Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

72 lines
1.1 KiB

LPBYTE
AdsTypeCopyDNString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyCaseExactString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyCaseIgnoreString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyPrintableString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyNumericString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyBoolean(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyInteger(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyOctetString(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopyTime(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);
LPBYTE
AdsTypeCopy(
PADSVALUE lpAdsSrcValue,
PADSVALUE lpAdsDestValue,
LPBYTE lpBuffer
);