SECPKG_CALL_INFO structure (ntsecpkg.h)
The SECPKG_CALL_INFO structure contains information about a currently executing call. This structure is used by the GetCallInfo function.
Syntax
typedef struct _SECPKG_CALL_INFO {
ULONG ProcessId;
ULONG ThreadId;
ULONG Attributes;
ULONG CallCount;
PVOID MechOid;
} SECPKG_CALL_INFO, *PSECPKG_CALL_INFO;
Members
ProcessId
The process identifier of the call.
ThreadId
The thread identifier of the call.
Attributes
The set of attribute flags that describe the call. The following table lists the valid attribute flag values.
Value | Meaning |
---|---|
|
Call originated in kernel mode. |
|
Call came from ANSI stub. |
|
Call designated urgent. |
|
Call is recursive. |
|
Call originated in process. |
|
Call is cleanup from a client. |
|
Call is from a WOW client process.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call is from a terminated thread.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call is from a terminated process.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call is from TCB.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call asks for network logon only and not any cached logons.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call of LsaLogonUser is from Winlogon.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Asynchronous update for unlock.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call originated from the System process.
Windows Server 2003 and Windows XP: This value is not supported. |
|
Call is from SPNego.
Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP: This value is not supported. |
|
Call is from NEGO extender.
Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP: This value is not supported. |
|
The buffer passed is marshaled by RPC.
Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP: This value is not supported. |
CallCount
The call count.
MechOid
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecpkg.h |