InitSecurityInterface function
Applies to: desktop apps only
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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | InitSecurityInterfaceW (Unicode) and InitSecurityInterfaceA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/13/2012