Process Hacker
|
#include <providers.h>
Data Fields | |
PH_HASH_ENTRY | HashEntry |
HANDLE | Handle |
PVOID | Object |
ULONG | Attributes |
ACCESS_MASK | GrantedAccess |
ULONG | FileFlags |
PPH_STRING | TypeName |
PPH_STRING | ObjectName |
PPH_STRING | BestObjectName |
WCHAR | HandleString [PH_PTR_STR_LEN_1] |
WCHAR | ObjectString [PH_PTR_STR_LEN_1] |
WCHAR | GrantedAccessString [PH_PTR_STR_LEN_1] |
Definition at line 791 of file providers.h.
ULONG Attributes |
Definition at line 797 of file providers.h.
PPH_STRING BestObjectName |
Definition at line 803 of file providers.h.
ULONG FileFlags |
Definition at line 799 of file providers.h.
ACCESS_MASK GrantedAccess |
Definition at line 798 of file providers.h.
WCHAR GrantedAccessString |
Definition at line 807 of file providers.h.
HANDLE Handle |
Definition at line 795 of file providers.h.
WCHAR HandleString |
Definition at line 805 of file providers.h.
PH_HASH_ENTRY HashEntry |
Definition at line 793 of file providers.h.
PVOID Object |
Definition at line 796 of file providers.h.
PPH_STRING ObjectName |
Definition at line 802 of file providers.h.
WCHAR ObjectString |
Definition at line 806 of file providers.h.
PPH_STRING TypeName |
Definition at line 801 of file providers.h.