2025-04-27 07:49:33 -04:00

23 lines
542 B
C

//--------------------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation, 1996
//
// Description:
//
// Microsoft Internet LDAP Client SSPI support
//
// History:
// davidsan 05/08/96 Created
//
//--------------------------------------------------------------------------------------------
#ifndef _LDAPSSPI_H
#define _LDAPSSPI_H
extern HRESULT g_hrInitSSPI;
extern HRESULT HrInitializeSSPI();
extern HRESULT HrTerminateSSPI();
#endif // _LDAPSSPI_H