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.

20 lines
419 B

  1. DWORD
  2. AllocateLDAPStringValue(
  3. LPWSTR pszString,
  4. PLDAPOBJECT * ppLdapObject
  5. );
  6. DWORD
  7. AllocateLDAPBinaryValue(
  8. LPBYTE pByte,
  9. DWORD dwNumBytes,
  10. PLDAPOBJECT * ppLdapObject
  11. );
  12. void
  13. FreeLDAPModWs(
  14. LDAPModW ** ppLDAPModW
  15. );