windows-nt/Source/XPSP1/NT/ds/netapi/inc/filesec.h
2020-09-26 16:20:57 +08:00

17 lines
389 B
C

DWORD
NetpGetFileSecurity(
LPWSTR lpFileName,
SECURITY_INFORMATION RequestedInformation,
PSECURITY_DESCRIPTOR *pSecurityDescriptor,
LPDWORD pnLength
);
DWORD
NetpSetFileSecurity (
LPWSTR lpFileName,
SECURITY_INFORMATION SecurityInformation,
PSECURITY_DESCRIPTOR pSecurityDescriptor
);