Windows2003-3790/ds/netapi/inc/filesec.h

17 lines
405 B
C
Raw 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
);