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.

22 lines
542 B

  1. //--------------------------------------------------------------------------------------------
  2. //
  3. // Copyright (c) Microsoft Corporation, 1996
  4. //
  5. // Description:
  6. //
  7. // Microsoft Internet LDAP Client SSPI support
  8. //
  9. // History:
  10. // davidsan 05/08/96 Created
  11. //
  12. //--------------------------------------------------------------------------------------------
  13. #ifndef _LDAPSSPI_H
  14. #define _LDAPSSPI_H
  15. extern HRESULT g_hrInitSSPI;
  16. extern HRESULT HrInitializeSSPI();
  17. extern HRESULT HrTerminateSSPI();
  18. #endif // _LDAPSSPI_H