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.

36 lines
543 B

  1. HRESULT
  2. NTTypeToAdsTypeCopyBoolean(
  3. PNTOBJECT lpNdsSrcObject,
  4. PADSVALUE lpAdsDestValue
  5. );
  6. HRESULT
  7. NTTypeToAdsTypeCopyInteger(
  8. PNTOBJECT lpNdsSrcObject,
  9. PADSVALUE lpAdsDestValue
  10. );
  11. HRESULT
  12. NTTypeToAdsTypeCopyString(
  13. PNTOBJECT lpNdsSrcObject,
  14. PADSVALUE lpAdsDestValue
  15. );
  16. HRESULT
  17. NTTypeToAdsTypeCopy(
  18. PNTOBJECT lpNdsSrcObject,
  19. PADSVALUE lpAdsDestValue
  20. );
  21. HRESULT
  22. NTTypeToAdsTypeCopyConstruct(
  23. LPNTOBJECT pNdsSrcObjects,
  24. DWORD dwNumObjects,
  25. PADSVALUE * ppAdsDestValues
  26. );
  27.