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.

23 lines
597 B

  1. HRESULT
  2. AddWirelessPolicyContainerToGPO(
  3. const CString & pszMachinePath
  4. );
  5. HRESULT
  6. AddPolicyInformation(
  7. LPWSTR pszMachinePath,
  8. LPWSTR pszName,
  9. LPWSTR pszDescription,
  10. LPWSTR pszPathName
  11. );
  12. HRESULT
  13. DeletePolicyInformation(
  14. LPWSTR pszMachinePath
  15. );
  16. HRESULT
  17. ConvertADsPathToDN(
  18. LPWSTR pszPathName,
  19. BSTR * ppszPolicyDN
  20. );