Planeshift
google_breakpad::ProtocolMessage Struct Reference

#include <ipc_protocol.h>

Public Member Functions

 ProtocolMessage ()
 
 ProtocolMessage (MessageTag arg_tag, DWORD arg_id, MINIDUMP_TYPE arg_dump_type, DWORD *arg_thread_id, EXCEPTION_POINTERS **arg_exception_pointers, MDRawAssertionInfo *arg_assert_info, const CustomClientInfo &custom_info, HANDLE arg_dump_request_handle, HANDLE arg_dump_generated_handle, HANDLE arg_server_alive)
 

Public Attributes

MDRawAssertionInfoassert_info
 
CustomClientInfo custom_client_info
 
HANDLE dump_generated_handle
 
HANDLE dump_request_handle
 
MINIDUMP_TYPE dump_type
 
EXCEPTION_POINTERS ** exception_pointers
 
DWORD id
 
HANDLE server_alive_handle
 
MessageTag tag
 
DWORD * thread_id
 

Detailed Description

Definition at line 103 of file ipc_protocol.h.

Constructor & Destructor Documentation

google_breakpad::ProtocolMessage::ProtocolMessage ( )
inline

Definition at line 104 of file ipc_protocol.h.

google_breakpad::ProtocolMessage::ProtocolMessage ( MessageTag  arg_tag,
DWORD  arg_id,
MINIDUMP_TYPE  arg_dump_type,
DWORD *  arg_thread_id,
EXCEPTION_POINTERS **  arg_exception_pointers,
MDRawAssertionInfo arg_assert_info,
const CustomClientInfo custom_info,
HANDLE  arg_dump_request_handle,
HANDLE  arg_dump_generated_handle,
HANDLE  arg_server_alive 
)
inline

Definition at line 118 of file ipc_protocol.h.

Member Data Documentation

MDRawAssertionInfo* google_breakpad::ProtocolMessage::assert_info

Definition at line 158 of file ipc_protocol.h.

CustomClientInfo google_breakpad::ProtocolMessage::custom_client_info

Definition at line 161 of file ipc_protocol.h.

HANDLE google_breakpad::ProtocolMessage::dump_generated_handle

Definition at line 167 of file ipc_protocol.h.

HANDLE google_breakpad::ProtocolMessage::dump_request_handle

Definition at line 164 of file ipc_protocol.h.

MINIDUMP_TYPE google_breakpad::ProtocolMessage::dump_type

Definition at line 148 of file ipc_protocol.h.

EXCEPTION_POINTERS** google_breakpad::ProtocolMessage::exception_pointers

Definition at line 154 of file ipc_protocol.h.

DWORD google_breakpad::ProtocolMessage::id

Definition at line 145 of file ipc_protocol.h.

HANDLE google_breakpad::ProtocolMessage::server_alive_handle

Definition at line 171 of file ipc_protocol.h.

MessageTag google_breakpad::ProtocolMessage::tag

Definition at line 141 of file ipc_protocol.h.

DWORD* google_breakpad::ProtocolMessage::thread_id

Definition at line 151 of file ipc_protocol.h.


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