Public Attributes | |
| std::string | type_name |
| A UTF-8 string representation of the handle's type. | |
| uint32_t | 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::HandleSnapshot::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.