mirror of https://github.com/lianthony/NT4.0
16 lines
389 B
16 lines
389 B
DWORD
|
|
NetpGetFileSecurity(
|
|
LPWSTR lpFileName,
|
|
SECURITY_INFORMATION RequestedInformation,
|
|
PSECURITY_DESCRIPTOR *pSecurityDescriptor,
|
|
LPDWORD pnLength
|
|
);
|
|
|
|
DWORD
|
|
NetpSetFileSecurity (
|
|
LPWSTR lpFileName,
|
|
SECURITY_INFORMATION SecurityInformation,
|
|
PSECURITY_DESCRIPTOR pSecurityDescriptor
|
|
);
|
|
|
|
|