Public Attributes | |
| std::wstring | type_name |
| A string representation of the handle's type. | |
| int | handle |
| The handle's value. | |
| uint32_t | attributes |
The attributes for the handle, e.g. OBJ_INHERIT, OBJ_CASE_INSENSITIVE, etc. | |
| uint32_t | granted_access |
The ACCESS_MASK for the handle in this process. | |
| uint32_t | pointer_count |
| The number of kernel references to the object that this handle refers to. | |
| uint32_t | handle_count |
| The number of open handles to the object that this handle refers to. | |
| uint32_t crashpad::ProcessInfo::Handle::granted_access |
The ACCESS_MASK for the handle in this process.
See https://blogs.msdn.microsoft.com/openspecification/2010/04/01/about-the-access_mask-structure/ for more information.