Function : Access Control List

ACLSetPriv - Sets the given bit in an ACL_PRIVILEGES structure.
----------------------------------------------------------------------------------------------------------

#include <acl.h>

void ACLSetPriv(
ACL_PRIVILEGES Priv,
WORD Num);

Description :

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

Parameters :

See Also :

ACLClearPriv
----------------------------------------------------------------------------------------------------------