LPCRECT typedef

LPCRECT = Pointer<RECT>

Implementation

typedef LPCRECT = ffi.Pointer<RECT>;