ReactOS 0.4.15-dev-7961-gdcf9eb0
_SB_API_MSG Struct Reference

#include <smmsg.h>

Collaboration diagram for _SB_API_MSG:

Public Attributes

PORT_MESSAGE h
 
union {
   SB_CONNECTION_INFO   ConnectionInfo
 
   struct {
      SB_API_NUMBER   ApiNumber
 
      NTSTATUS   ReturnValue
 
      union {
         SB_CREATE_SESSION_MSG   CreateSession
 
         SB_TERMINATE_SESSION_MSG   TerminateSession
 
         SB_FOREIGN_SESSION_COMPLETE_MSG   ForeignSessionComplete
 
         SB_CREATE_PROCESS_MSG   CreateProcess
 
      }   u
 
   } 
 
}; 
 

Detailed Description

Definition at line 230 of file smmsg.h.

Member Data Documentation

◆ 

union { ... } _SB_API_MSG::@3531

◆ ApiNumber

SB_API_NUMBER _SB_API_MSG::ApiNumber

Definition at line 238 of file smmsg.h.

Referenced by CsrSbApiRequestThread(), SmpApiLoop(), SmpLoadSubSystem(), and SmpSbCreateSession().

◆ ConnectionInfo

SB_CONNECTION_INFO _SB_API_MSG::ConnectionInfo

Definition at line 235 of file smmsg.h.

◆ CreateProcess

SB_CREATE_PROCESS_MSG _SB_API_MSG::CreateProcess

Definition at line 245 of file smmsg.h.

Referenced by SmpLoadSubSystem().

◆ CreateSession

SB_CREATE_SESSION_MSG _SB_API_MSG::CreateSession

Definition at line 242 of file smmsg.h.

Referenced by SmpLoadSubSystem(), and SmpSbCreateSession().

◆ ForeignSessionComplete

SB_FOREIGN_SESSION_COMPLETE_MSG _SB_API_MSG::ForeignSessionComplete

Definition at line 244 of file smmsg.h.

◆ h

PORT_MESSAGE _SB_API_MSG::h

Definition at line 232 of file smmsg.h.

Referenced by CsrSbApiRequestThread(), SmpLoadSubSystem(), and SmpSbCreateSession().

◆ ReturnValue

NTSTATUS _SB_API_MSG::ReturnValue

Definition at line 239 of file smmsg.h.

Referenced by CsrSbApiRequestThread(), SmpApiLoop(), SmpLoadSubSystem(), and SmpSbCreateSession().

◆ TerminateSession

SB_TERMINATE_SESSION_MSG _SB_API_MSG::TerminateSession

Definition at line 243 of file smmsg.h.

◆ 

union { ... } _SB_API_MSG::u

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