Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 SecurityFunctionTablestructure 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

See Also