Platform SDK: Logon Authentication

InitSecurityInterface

The InitSecurityInterface function returns a pointer to a SSPI dispatch table. This function enables clients to use SSPI without binding directly to an implementation of the interface.

PSecurityFunctionTable InitSecurityInterface(VOID) 

Return Values

If the function succeeds, the return value is a pointer to a SecurityFunctionTable structure.

If the function fails, the return value is NULL.

Remarks

The prototype for this function can be found in Sspi.h.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Sspi.h; include Security.h.
  Library: Use Secur32.lib.
  Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.

See Also

SecurityFunctionTable