windows-nt/Source/XPSP1/NT/ds/netapi/inc/filesec.h

17 lines
389 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
DWORD
NetpGetFileSecurity(
LPWSTR lpFileName,
SECURITY_INFORMATION RequestedInformation,
PSECURITY_DESCRIPTOR *pSecurityDescriptor,
LPDWORD pnLength
);
DWORD
NetpSetFileSecurity (
LPWSTR lpFileName,
SECURITY_INFORMATION SecurityInformation,
PSECURITY_DESCRIPTOR pSecurityDescriptor
);