Can anyone please tell is there any API function that change the setting of Windows NT Permission Security? I want to change the write permission of certain users through the VB program. :confused:
Printable View
Can anyone please tell is there any API function that change the setting of Windows NT Permission Security? I want to change the write permission of certain users through the VB program. :confused:
Declare Function AddAccessAllowedAce Lib "advapi32.dll" (pAcl As Byte, ByVal dwAceRevision As Long, ByVal AccessMask As Long, pSid As Byte) As Long
hope this helps