Function : Access Control List

ACLIsPrivSet - Returns whether a given bit has been set in an ACL_PRIVILEGES structure.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

BOOL ACLIsPrivSet(
ACL_PRIVILEGES Priv,
WORD Num
);

Description :

This is a macro that returns whether a given bit has been set in an ACL_PRIVILEGES structure.

Parameters :

See Also :

ACL_PRIVILEGES
----------------------------------------------------------------------------------------------------------