InitSecurityInterface function
The InitSecurityInterface function returns a pointer to an SSPI dispatch table. This function enables clients to use SSPI without binding directly to an implementation of the interface.
Syntax
PSecurityFunctionTable SEC_Entry InitSecurityInterface(void);
Parameters
This function has no parameters.
Return value
If the function succeeds, the return value is a pointer to a SecurityFunctionTable structure.
If the function fails, the return value is NULL.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
InitSecurityInterfaceW (Unicode) and InitSecurityInterfaceA (ANSI) |
See also