Crashpad
|
A client registration request. More...
#include "util/win/registration_protocol_win.h"
Public Types | |
enum | |
The expected value of version . This should be changed whenever the messages or ExceptionInformation are modified incompatibly. | |
Public Attributes | |
int | version |
Version field to detect skew between client and server. Should be set to kMessageVersion. | |
DWORD | client_process_id |
The PID of the client process. | |
WinVMAddress | crash_exception_information |
The address, in the client process address space, of an ExceptionInformation structure, used when handling a crash dump request. | |
WinVMAddress | non_crash_exception_information |
The address, in the client process address space, of an ExceptionInformation structure, used when handling a non-crashing dump request. | |
A client registration request.