|
Process Hacker
|
#include <ph.h>
Data Fields | |
| union { | |
| PH_INTEGER_PAIR Position | |
| struct { | |
| LONG Left | |
| LONG Top | |
| } | |
| }; | |
| union { | |
| PH_INTEGER_PAIR Size | |
| struct { | |
| LONG Width | |
| LONG Height | |
| } | |
| }; | |
| union { ... } |
| union { ... } |
| PH_INTEGER_PAIR Position |
| PH_INTEGER_PAIR Size |