17 lines
405 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
DWORD
NetpGetFileSecurity(
LPWSTR lpFileName,
SECURITY_INFORMATION RequestedInformation,
PSECURITY_DESCRIPTOR *pSecurityDescriptor,
LPDWORD pnLength
);
DWORD
NetpSetFileSecurity (
LPWSTR lpFileName,
SECURITY_INFORMATION SecurityInformation,
PSECURITY_DESCRIPTOR pSecurityDescriptor
);