Planeshift
Public Member Functions | Public Attributes

google_breakpad::ProtocolMessage Struct Reference

#include <ipc_protocol.h>

List of all members.

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

Definition at line 158 of file ipc_protocol.h.

Definition at line 161 of file ipc_protocol.h.

Definition at line 167 of file ipc_protocol.h.

Definition at line 164 of file ipc_protocol.h.

Definition at line 148 of file ipc_protocol.h.

Definition at line 154 of file ipc_protocol.h.

Definition at line 145 of file ipc_protocol.h.

Definition at line 171 of file ipc_protocol.h.

Definition at line 141 of file ipc_protocol.h.

Definition at line 151 of file ipc_protocol.h.


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