Crashpad
Public Attributes | List of all members
crashpad::RegistrationResponse Struct Reference

A client registration response. More...

#include "util/win/registration_protocol_win.h"

Public Attributes

uint32_t request_crash_dump_event
 An event HANDLE, valid in the client process, that should be signaled to request a crash report. 64-bit clients should convert the value to a HANDLE using sign-extension.
 
uint32_t request_non_crash_dump_event
 An event HANDLE, valid in the client process, that should be signaled to request a non-crashing dump be taken. 64-bit clients should convert the value to HANDLEEE using sign-extension.
 
uint32_t non_crash_dump_completed_event
 An event HANDLE, valid in the client process, that will be signaled by the server when the non-crashing dump is complete. 64-bit clients should convert the value to HANDLEEE using sign-extension.
 

Detailed Description

A client registration response.

See Interprocess Communication Between 32-bit and 64-bit Applications for details on communicating handle values between processes of varying bitness.


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