PrintWindow method

int PrintWindow(
  1. Pointer<HWND__> hwnd,
  2. Pointer<HDC__> hdcBlt,
  3. int nFlags
)

Implementation

int PrintWindow(
  ffi.Pointer<HWND__> hwnd,
  ffi.Pointer<HDC__> hdcBlt,
  int nFlags,
) {
  return _PrintWindow(
    hwnd,
    hdcBlt,
    nFlags,
  );
}