windows-nt/Source/XPSP1/NT/ds/security/protocols/kerberos/client2/kerbfunc.h

74 lines
2.5 KiB
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-----------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (c) Microsoft Corporation 1992 - 1994
//
// File: kerbfunc.h
//
// Contents: prototypes for Kerberos export functions
//
//
// History: 21-Jan-94 MikeSw Created
//
//------------------------------------------------------------------------
#ifndef __KERBFUNC_H__
#define __KERBFUNC_H__
#ifdef __cplusplus
extern "C"
{
#endif // __cplusplus
SpInitializeFn SpInitialize;
SpGetInfoFn SpGetInfo;
LSA_AP_LOGON_USER_EX2 LsaApLogonUserEx2;
SpAcceptCredentialsFn SpAcceptCredentials;
SpAcquireCredentialsHandleFn SpAcquireCredentialsHandle;
SpAcquireCredentialsHandleFn SpAcquireCredentialsHandle2;
SpFreeCredentialsHandleFn SpFreeCredentialsHandle;
SpQueryCredentialsAttributesFn SpQueryCredentialsAttributes;
SpSaveCredentialsFn SpSaveCredentials;
SpGetCredentialsFn SpGetCredentials;
SpDeleteCredentialsFn SpDeleteCredentials;
SpInitLsaModeContextFn SpInitLsaModeContext;
SpDeleteContextFn SpDeleteContext;
SpAcceptLsaModeContextFn SpAcceptLsaModeContext;
LSA_AP_LOGON_TERMINATED LsaApLogonTerminated;
SpApplyControlTokenFn SpApplyControlToken;
LSA_AP_CALL_PACKAGE LsaApCallPackage;
LSA_AP_CALL_PACKAGE LsaApCallPackageUntrusted;
LSA_AP_CALL_PACKAGE_PASSTHROUGH LsaApCallPackagePassthrough;
SpShutdownFn SpShutdown;
SpGetUserInfoFn SpGetUserInfo;
SpQueryContextAttributesFn SpQueryLsaModeContextAttributes;
SpInstanceInitFn SpInstanceInit;
SpInitUserModeContextFn SpInitUserModeContext;
SpMakeSignatureFn SpMakeSignature;
SpVerifySignatureFn SpVerifySignature;
SpSealMessageFn SpSealMessage;
SpUnsealMessageFn SpUnsealMessage;
SpGetContextTokenFn SpGetContextToken;
SpQueryContextAttributesFn SpQueryContextAttributes;
SpDeleteContextFn SpDeleteUserModeContext;
SpCompleteAuthTokenFn SpCompleteAuthToken;
SpFormatCredentialsFn SpFormatCredentials;
SpMarshallSupplementalCredsFn SpMarshallSupplementalCreds;
SpExportSecurityContextFn SpExportSecurityContext;
SpImportSecurityContextFn SpImportSecurityContext;
SpGetExtendedInformationFn SpGetExtendedInformation;
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // __KERBFUNC_H__