ReactOS 0.4.16-dev-122-g325d74c
|
#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 | |
} u | |
} | |
}; | |
union { ... } _SB_API_MSG::@3527 |
SB_API_NUMBER _SB_API_MSG::ApiNumber |
Definition at line 238 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpApiLoop(), SmpLoadSubSystem(), and SmpSbCreateSession().
SB_CONNECTION_INFO _SB_API_MSG::ConnectionInfo |
SB_CREATE_PROCESS_MSG _SB_API_MSG::CreateProcess |
Definition at line 245 of file smmsg.h.
Referenced by SmpLoadSubSystem().
SB_CREATE_SESSION_MSG _SB_API_MSG::CreateSession |
Definition at line 242 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 232 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpLoadSubSystem(), and SmpSbCreateSession().
NTSTATUS _SB_API_MSG::ReturnValue |
Definition at line 239 of file smmsg.h.
Referenced by CsrSbApiRequestThread(), SmpApiLoop(), SmpLoadSubSystem(), and SmpSbCreateSession().
SB_TERMINATE_SESSION_MSG _SB_API_MSG::TerminateSession |
union { ... } _SB_API_MSG::u |
Referenced by SmpLoadSubSystem(), and SmpSbCreateSession().