Leaked source code of windows server 2003
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.

26 lines
723 B

  1. /*++
  2. DELEGTOOLS.H
  3. Copyright (C) 1998 Microsoft Corporation, all rights reserved.
  4. DESCRIPTION: tools for delegation. These are required to make
  5. the delegation library work, and should make for
  6. useful tools, so I separated the header in case
  7. others wanted to use them.
  8. Created, Dec 22, 1998 by DavidCHR.
  9. --*/
  10. BOOL
  11. ConnectAndBindToDefaultDsa( IN OPTIONAL LPWSTR BindTarget,
  12. OUT PLDAP *ppLdap );
  13. BOOL
  14. LdapSearchForUniqueDnA( IN PLDAP pLdap,
  15. IN LPSTR SearchTerm,
  16. IN LPSTR *rzRequestedAttributes,
  17. OUT OPTIONAL LPSTR *pDnOfObject,
  18. OUT OPTIONAL PLDAPMessage *ppMessage );