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.
41 lines
689 B
41 lines
689 B
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopyBoolean(
|
|
PNTOBJECT lpNdsSrcObject,
|
|
PADSVALUE lpAdsDestValue
|
|
);
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopyInteger(
|
|
PNTOBJECT lpNdsSrcObject,
|
|
PADSVALUE lpAdsDestValue
|
|
);
|
|
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopyString(
|
|
PNTOBJECT lpNdsSrcObject,
|
|
PADSVALUE lpAdsDestValue
|
|
);
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopyOctetString(
|
|
PNTOBJECT lpNdsSrcObject,
|
|
PADSVALUE lpAdsDestValue
|
|
);
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopy(
|
|
PNTOBJECT lpNdsSrcObject,
|
|
PADSVALUE lpAdsDestValue
|
|
);
|
|
|
|
HRESULT
|
|
NTTypeToAdsTypeCopyConstruct(
|
|
LPNTOBJECT pNdsSrcObjects,
|
|
DWORD dwNumObjects,
|
|
PADSVALUE * ppAdsDestValues
|
|
);
|
|
|
|
|