|
Process Hacker
|
#include <settings.h>
Data Fields | |
| PH_SETTING_TYPE | Type |
| PH_STRINGREF | Name |
| PH_STRINGREF | DefaultValue |
| union { | |
| PVOID Pointer | |
| ULONG Integer | |
| PH_INTEGER_PAIR IntegerPair | |
| } | u |
Definition at line 13 of file settings.h.
| PH_STRINGREF DefaultValue |
Definition at line 17 of file settings.h.
| ULONG Integer |
Definition at line 22 of file settings.h.
| PH_INTEGER_PAIR IntegerPair |
Definition at line 23 of file settings.h.
| PH_STRINGREF Name |
Definition at line 16 of file settings.h.
| PVOID Pointer |
Definition at line 21 of file settings.h.
| PH_SETTING_TYPE Type |
Definition at line 15 of file settings.h.
| union { ... } u |