WindowsXP-SP1/ds/adsi/nw312/nw2ods.hxx

37 lines
579 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

HRESULT
NTTypeToAdsTypeCopyBoolean(
PNTOBJECT lpNdsSrcObject,
PADSVALUE lpAdsDestValue
);
HRESULT
NTTypeToAdsTypeCopyInteger(
PNTOBJECT lpNdsSrcObject,
PADSVALUE lpAdsDestValue
);
HRESULT
NTTypeToAdsTypeCopyString(
PNTOBJECT lpNdsSrcObject,
PADSVALUE lpAdsDestValue
);
HRESULT
NTTypeToAdsTypeCopy(
PNTOBJECT lpNdsSrcObject,
PADSVALUE lpAdsDestValue
);
HRESULT
NTTypeToAdsTypeCopyConstruct(
LPNTOBJECT pNdsSrcObjects,
DWORD dwNumObjects,
PADSVALUE * ppAdsDestValues
);