CreateRectRgnIndirect method

Pointer<HRGN__> CreateRectRgnIndirect(
  1. Pointer<RECT> lprect
)

Implementation

ffi.Pointer<HRGN__> CreateRectRgnIndirect(
  ffi.Pointer<RECT> lprect,
) {
  return _CreateRectRgnIndirect(
    lprect,
  );
}