GetWindowExtEx method

int GetWindowExtEx(
  1. Pointer<HDC__> hdc,
  2. Pointer<SIZE> lpsize
)

Implementation

int GetWindowExtEx(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<SIZE> lpsize,
) {
  return _GetWindowExtEx(
    hdc,
    lpsize,
  );
}