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.

58 lines
654 B

  1. DWORD
  2. AdsTypeDNStringSize(
  3. PADSVALUE lpAdsSrcValue
  4. );
  5. DWORD
  6. AdsTypeCaseExactStringSize(
  7. PADSVALUE lpAdsSrcValue
  8. );
  9. DWORD
  10. AdsTypeCaseIgnoreStringSize(
  11. PADSVALUE lpAdsSrcValue
  12. );
  13. DWORD
  14. AdsTypePrintableStringSize(
  15. PADSVALUE lpAdsSrcValue
  16. );
  17. DWORD
  18. AdsTypeNumericStringSize(
  19. PADSVALUE lpAdsSrcValue
  20. );
  21. DWORD
  22. AdsTypeBooleanSize(
  23. PADSVALUE lpAdsSrcValue
  24. );
  25. DWORD
  26. AdsTypeIntegerSize(
  27. PADSVALUE lpAdsSrcValue
  28. );
  29. DWORD
  30. AdsTypeOctetStringSize(
  31. PADSVALUE lpAdsSrcValue
  32. );
  33. DWORD
  34. AdsTypeTimeSize(
  35. PADSVALUE lpAdsSrcValue
  36. );
  37. DWORD
  38. AdsTypeSize(
  39. PADSVALUE lpAdsSrcValue
  40. );