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.

21 lines
321 B

  1. HRESULT
  2. ADsOpenObject(
  3. LPWSTR lpszPathName,
  4. LPWSTR lpszUserName,
  5. LPWSTR lpszPassword,
  6. REFIID riid,
  7. void FAR * FAR * ppObject
  8. );
  9. HRESULT
  10. CopyADsProgId(
  11. LPWSTR Path,
  12. LPWSTR szProgId
  13. );
  14. HRESULT
  15. ADsGetCLSIDFromProgID(
  16. LPWSTR pszProgId,
  17. GUID * pClsid
  18. );