Windows-Server-2003/ds/adsi/ldap/pathutil.hxx

22 lines
284 B
C++

HRESULT
BuildADsPath(
BSTR Parent,
BSTR Name,
BSTR *pADsPath
);
HRESULT
BuildSchemaPath(
BSTR bstrADsPath,
BSTR bstrClass,
BSTR *pSchemaPath
);
HRESULT
BuildADsPathFromLDAPDN(
BSTR bstrParent,
BSTR bstrObject,
LPTSTR *ppszADsPath
);