ReactOS 0.4.15-dev-7994-gb388cb6
_SB_CREATE_SESSION_MSG Struct Reference

#include <smmsg.h>

Collaboration diagram for _SB_CREATE_SESSION_MSG:

Public Attributes

ULONG SessionId
 
RTL_USER_PROCESS_INFORMATION ProcessInfo
 
PVOID Reserved
 
ULONG DbgSessionId
 
CLIENT_ID DbgUiClientId
 

Detailed Description

Definition at line 158 of file smmsg.h.

Member Data Documentation

◆ DbgSessionId

ULONG _SB_CREATE_SESSION_MSG::DbgSessionId

Definition at line 163 of file smmsg.h.

Referenced by SmpSbCreateSession().

◆ DbgUiClientId

CLIENT_ID _SB_CREATE_SESSION_MSG::DbgUiClientId

Definition at line 164 of file smmsg.h.

Referenced by SmpSbCreateSession().

◆ ProcessInfo

RTL_USER_PROCESS_INFORMATION _SB_CREATE_SESSION_MSG::ProcessInfo

Definition at line 161 of file smmsg.h.

Referenced by SmpSbCreateSession().

◆ Reserved

PVOID _SB_CREATE_SESSION_MSG::Reserved

Definition at line 162 of file smmsg.h.

◆ SessionId

ULONG _SB_CREATE_SESSION_MSG::SessionId

Definition at line 160 of file smmsg.h.

Referenced by SmpSbCreateSession().


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