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
305 B

  1. HRESULT
  2. BuildADsPath(
  3. BSTR Parent,
  4. BSTR Name,
  5. BSTR *pADsPath
  6. );
  7. HRESULT
  8. BuildSchemaPath(
  9. BSTR bstrADsPath,
  10. BSTR bstrClass,
  11. BSTR *pSchemaPath
  12. );
  13. HRESULT
  14. BuildADsPathFromLDAPDN(
  15. BSTR bstrParent,
  16. BSTR bstrObject,
  17. LPTSTR *ppszADsPath
  18. );