ReactOS 0.4.15-dev-7958-gcd0bb1a
_SM_API_MSG Struct Reference

#include <smmsg.h>

Collaboration diagram for _SM_API_MSG:

Public Attributes

PORT_MESSAGE h
 
SMSRV_API_NUMBER ApiNumber
 
NTSTATUS ReturnValue
 
union {
   SM_CREATE_FOREIGN_SESSION_MSG   CreateForeignSession
 
   SM_SESSION_COMPLETE_MSG   SessionComplete
 
   SM_TERMINATE_FOREIGN_SESSION_MSG   TerminateForeignComplete
 
   SM_EXEC_PGM_MSG   ExecPgm
 
   SM_LOAD_DEFERED_SUBSYSTEM_MSG   LoadDefered
 
   SM_START_CSR_MSG   StartCsr
 
   SM_STOP_CSR_MSG   StopCsr
 
u
 

Detailed Description

Definition at line 102 of file smmsg.h.

Member Data Documentation

◆ ApiNumber

SMSRV_API_NUMBER _SM_API_MSG::ApiNumber

◆ CreateForeignSession

SM_CREATE_FOREIGN_SESSION_MSG _SM_API_MSG::CreateForeignSession

Definition at line 109 of file smmsg.h.

◆ ExecPgm

SM_EXEC_PGM_MSG _SM_API_MSG::ExecPgm

Definition at line 112 of file smmsg.h.

Referenced by SmExecPgm().

◆ h

PORT_MESSAGE _SM_API_MSG::h

Definition at line 104 of file smmsg.h.

Referenced by SmpApiLoop(), and SmQueryInformation().

◆ LoadDefered

SM_LOAD_DEFERED_SUBSYSTEM_MSG _SM_API_MSG::LoadDefered

Definition at line 113 of file smmsg.h.

Referenced by SmLoadDeferedSubsystem().

◆ ReturnValue

NTSTATUS _SM_API_MSG::ReturnValue

Definition at line 106 of file smmsg.h.

Referenced by SmQueryInformation().

◆ SessionComplete

SM_SESSION_COMPLETE_MSG _SM_API_MSG::SessionComplete

Definition at line 110 of file smmsg.h.

Referenced by SmSessionComplete().

◆ StartCsr

SM_START_CSR_MSG _SM_API_MSG::StartCsr

Definition at line 114 of file smmsg.h.

Referenced by SmStartCsr().

◆ StopCsr

SM_STOP_CSR_MSG _SM_API_MSG::StopCsr

Definition at line 115 of file smmsg.h.

Referenced by SmStopCsr().

◆ TerminateForeignComplete

SM_TERMINATE_FOREIGN_SESSION_MSG _SM_API_MSG::TerminateForeignComplete

Definition at line 111 of file smmsg.h.

◆ 


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