windows-nt/Source/XPSP1/NT/ds/adsi/ldap/pathutil.hxx
2020-09-26 16:20:57 +08:00

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
);