Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
405 B

  1. DWORD
  2. NetpGetFileSecurity(
  3. LPWSTR lpFileName,
  4. SECURITY_INFORMATION RequestedInformation,
  5. PSECURITY_DESCRIPTOR *pSecurityDescriptor,
  6. LPDWORD pnLength
  7. );
  8. DWORD
  9. NetpSetFileSecurity (
  10. LPWSTR lpFileName,
  11. SECURITY_INFORMATION SecurityInformation,
  12. PSECURITY_DESCRIPTOR pSecurityDescriptor
  13. );