InitSecurityInterface (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Authentication Services Functions
SecurityFunctionTable