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.

22 lines
394 B

  1. LPBYTE
  2. AdsCopyAttributeName(
  3. PADS_ATTR_INFO pThisAdsSrcAttribute,
  4. PADS_ATTR_INFO pThisAdsTargAttribute,
  5. LPBYTE pDataBuffer
  6. );
  7. HRESULT
  8. ComputeAttributeBufferSize(
  9. PADS_ATTR_INFO pAdsAttributes,
  10. DWORD dwNumAttributes,
  11. PDWORD pdwSize
  12. );
  13. HRESULT
  14. ComputeNumberofValues(
  15. PADS_ATTR_INFO pAdsAttributes,
  16. DWORD dwNumAttributes,
  17. PDWORD pdwNumValues
  18. );