InitSecurityInterface (Windows CE 5.0)
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.
PSecurityFunctionTable SEC_ENTRY InitSecurityInterface();
Parameters
None.
Return Values
Returns a pointer to a SecurityFunctionTable structure to indicate success. The function returns NULL to indicate failure.
Requirements
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 2.10 and later.
Header: Security.h, Sspi.h.
Link Library: Secur32.lib.
See Also
Send Feedback on this topic to the authors