SetRectEmpty method

int SetRectEmpty(
  1. Pointer<RECT> lprc
)

Implementation

int SetRectEmpty(
  ffi.Pointer<RECT> lprc,
) {
  return _SetRectEmpty(
    lprc,
  );
}