Function : Access Control List

ACLInvertPriv - Inverts the given bit in an ACL_PRIVILEGES structure.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

void ACLInvertPriv(
ACL_PRIVILEGES Priv,
WORD Num
);

Description :

This is a macro that inverts the given bit in an ACL_PRIVILEGES structure. If the bit was originally set, it is cleared. If the bit was originally cleared, it is set.

Parameters :

See Also :

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