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
22 lines
542 B
//--------------------------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|