InitSecurityInterface
A version of this page is also available for
4/8/2010
This function returns a pointer to a Security Service Provider Interface (SSPI) dispatch table. This function enables clients to use SSPI without binding directly to an implementation of the interface.
Syntax
PSecurityFunctionTable SEC_ENTRY InitSecurityInterface();
Parameters
None.
Return Value
Returns a pointer to a SecurityFunctionTable structure to indicate success. The function returns NULL to indicate failure.
Requirements
Header | security.h, sspi.h |
Library | secur32.lib |
Windows Embedded CE | Windows CE 2.10 and later |
Windows Mobile | Smartphone 2002 and later |