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

22 lines
284 B
C++
Raw Normal View History

2024-08-04 01:28:15 +02:00
HRESULT
BuildADsPath(
BSTR Parent,
BSTR Name,
BSTR *pADsPath
);
HRESULT
BuildSchemaPath(
BSTR bstrADsPath,
BSTR bstrClass,
BSTR *pSchemaPath
);
HRESULT
BuildADsPathFromLDAPDN(
BSTR bstrParent,
BSTR bstrObject,
LPTSTR *ppszADsPath
);