FbwfIsFilterEnabled
5/10/2007
Retrieves the status of the FBWF for the current and next sessions.
Syntax
ULONG FbwfIsFilterEnabled(
PULONG currentSession,
PULONG nextSession
);
Parameters
- currentSession
[out] Boolean value, true if FBWF is enabled for the current session.
- nextSession
[out] Boolean value, true if FBWF will be enabled on the next session.
Return Value
This function may return the following:
Return value | Description |
---|---|
NO_ERROR |
The operation completed successfully. |
ERROR_INVALID_PARAMETER |
If the currentSession or nextSession parameter is NULL. |
Requirements
OS Versions: Windows XP Embedded, WEPOS.
Header: fbwfapi.h.
Link Library: fbwflib.lib.
See Also
Reference
FbwfEnableFilter
FbwfDisableFilter