Process Hacker
|
#include <providers.h>
Data Fields | |
PVOID | BaseAddress |
ULONG | Size |
ULONG | Flags |
ULONG | Type |
USHORT | LoadReason |
USHORT | LoadCount |
PPH_STRING | Name |
PPH_STRING | FileName |
PH_IMAGE_VERSION_INFO | VersionInfo |
WCHAR | BaseAddressString [PH_PTR_STR_LEN_1] |
BOOLEAN | IsFirst |
BOOLEAN | JustProcessed |
VERIFY_RESULT | VerifyResult |
PPH_STRING | VerifySignerName |
ULONG | ImageTimeDateStamp |
USHORT | ImageCharacteristics |
USHORT | ImageDllCharacteristics |
LARGE_INTEGER | LoadTime |
Definition at line 593 of file providers.h.
PVOID BaseAddress |
Definition at line 595 of file providers.h.
WCHAR BaseAddressString |
Definition at line 605 of file providers.h.
PPH_STRING FileName |
Definition at line 602 of file providers.h.
ULONG Flags |
Definition at line 597 of file providers.h.
USHORT ImageCharacteristics |
Definition at line 614 of file providers.h.
USHORT ImageDllCharacteristics |
Definition at line 615 of file providers.h.
ULONG ImageTimeDateStamp |
Definition at line 613 of file providers.h.
BOOLEAN IsFirst |
Definition at line 607 of file providers.h.
BOOLEAN JustProcessed |
Definition at line 608 of file providers.h.
USHORT LoadCount |
Definition at line 600 of file providers.h.
USHORT LoadReason |
Definition at line 599 of file providers.h.
LARGE_INTEGER LoadTime |
Definition at line 617 of file providers.h.
PPH_STRING Name |
Definition at line 601 of file providers.h.
ULONG Size |
Definition at line 596 of file providers.h.
ULONG Type |
Definition at line 598 of file providers.h.
VERIFY_RESULT VerifyResult |
Definition at line 610 of file providers.h.
PPH_STRING VerifySignerName |
Definition at line 611 of file providers.h.
PH_IMAGE_VERSION_INFO VersionInfo |
Definition at line 603 of file providers.h.