ReactOS 0.4.15-dev-7834-g00c4b3d
_SMP_SESSION Struct Reference
Collaboration diagram for _SMP_SESSION:

Public Attributes

LIST_ENTRY Entry
 
ULONG SessionId
 
PSMP_SUBSYSTEM Subsystem
 
PSMP_SUBSYSTEM OtherSubsystem
 

Detailed Description

Definition at line 18 of file smsessn.c.

Member Data Documentation

◆ Entry

LIST_ENTRY _SMP_SESSION::Entry

Definition at line 20 of file smsessn.c.

Referenced by SmpAllocateSessionId(), and SmpDeleteSession().

◆ OtherSubsystem

PSMP_SUBSYSTEM _SMP_SESSION::OtherSubsystem

Definition at line 23 of file smsessn.c.

Referenced by SmpAllocateSessionId().

◆ SessionId

ULONG _SMP_SESSION::SessionId

Definition at line 21 of file smsessn.c.

Referenced by SmpAllocateSessionId(), and SmpSessionIdToSession().

◆ Subsystem

PSMP_SUBSYSTEM _SMP_SESSION::Subsystem

Definition at line 22 of file smsessn.c.

Referenced by SmpAllocateSessionId().


The documentation for this struct was generated from the following file: