ReactOS
0.4.15-dev-4872-g8a3db97
|
#include <smmsg.h>
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 | |
} | |
} | |
}; | |
union { ... } |
SB_API_NUMBER _SB_API_MSG::ApiNumber |
Definition at line 208 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpApiLoop(), and SmpSbCreateSession().
SB_CONNECTION_INFO _SB_API_MSG::ConnectionInfo |
SB_CREATE_PROCESS_MSG _SB_API_MSG::CreateProcess |
Definition at line 215 of file smmsg.h.
Referenced by SmpLoadSubSystem().
SB_CREATE_SESSION_MSG _SB_API_MSG::CreateSession |
Definition at line 212 of file smmsg.h.
Referenced by SmpLoadSubSystem(), and SmpSbCreateSession().
SB_FOREIGN_SESSION_COMPLETE_MSG _SB_API_MSG::ForeignSessionComplete |
PORT_MESSAGE _SB_API_MSG::h |
Definition at line 202 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpLoadSubSystem(), and SmpSbCreateSession().
NTSTATUS _SB_API_MSG::ReturnValue |
Definition at line 209 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpApiLoop(), SmpLoadSubSystem(), and SmpSbCreateSession().
SB_TERMINATE_SESSION_MSG _SB_API_MSG::TerminateSession |