Function : Access Control List

ACLClearPriv - Clear a bit in an ACL_PRIVILEGES structure.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

void ACLClearPriv(
ACL_PRIVILEGES Priv,
WORD Num
);

Description :

This is a macro that clears the given bit in an ACL_PRIVILEGES structure.

Parameters :

See Also :

ACLSetPriv
----------------------------------------------------------------------------------------------------------