Platform SDK: Logon Authentication |
The SecPkgContext_Names structure indicates the name of the user associated with a security context. The QueryContextAttributes function uses this structure.
typedef struct _SecPkgContext_Names { SEC_CHAR * sUserName; } SecPkgContext_Names, * pSecPkgContext_Names;
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.
Unicode: Declared as Unicode and ANSI structures.