|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <csrmsg.h>

Public Attributes | |
| PORT_MESSAGE | Header |
| union { | |
| CSR_API_CONNECTINFO ConnectionInfo | |
| struct { | |
| PCSR_CAPTURE_BUFFER CsrCaptureData | |
| CSR_API_NUMBER ApiNumber | |
| NTSTATUS Status | |
| ULONG Reserved | |
| union { | |
| CSR_CLIENT_CONNECT CsrClientConnect | |
| ULONG_PTR ApiMessageData [39] | |
| } Data | |
| } | |
| }; | |
| union { ... } _CSR_API_MESSAGE::@3685 |
| CSR_API_NUMBER _CSR_API_MESSAGE::ApiNumber |
Definition at line 109 of file csrmsg.h.
Referenced by CsrApiRequestThread().
| CSR_API_CONNECTINFO _CSR_API_MESSAGE::ConnectionInfo |
| PCSR_CAPTURE_BUFFER _CSR_API_MESSAGE::CsrCaptureData |
Definition at line 108 of file csrmsg.h.
Referenced by CsrApiRequestThread().
| CSR_CLIENT_CONNECT _CSR_API_MESSAGE::CsrClientConnect |
Definition at line 114 of file csrmsg.h.
Referenced by CsrClientConnectToServer().
| union { ... } _CSR_API_MESSAGE::Data |
Referenced by CsrClientConnectToServer(), CsrIdentifyAlertableThread(), and CsrSetPriorityClass().
| PORT_MESSAGE _CSR_API_MESSAGE::Header |
Definition at line 102 of file csrmsg.h.
Referenced by CsrApiRequestThread(), and CsrInitializeWait().
| NTSTATUS _CSR_API_MESSAGE::Status |
Definition at line 110 of file csrmsg.h.
Referenced by CsrApiRequestThread(), and GetNextVDMCommand().