InitSecurityInterface

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.

At a Glance

Header file: Sspi.h
Windows CE versions: 2.10 and later

Syntax

PSecurityFunctionTable InitSecurityInterface(VOID);

Return Values

A pointer to a SecurityFunctionTable structure indicates success. NULL indicates failure.