Process Hacker
_PH_RECTANGLE Struct Reference

#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
 
   } 
 
}; 
 

Detailed Description

Definition at line 2202 of file ph.h.

Field Documentation

union { ... }
union { ... }
LONG Height

Definition at line 2219 of file ph.h.

LONG Left

Definition at line 2209 of file ph.h.

PH_INTEGER_PAIR Position

Definition at line 2206 of file ph.h.

Definition at line 2215 of file ph.h.

LONG Top

Definition at line 2210 of file ph.h.

LONG Width

Definition at line 2218 of file ph.h.


The documentation for this struct was generated from the following file: