Skip to content

Commit

Permalink
Bind Winspool#DocumentProperties (only signature, no documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Oct 21, 2023
1 parent 5e2551d commit f68bb7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/platform/src/com/sun/jna/platform/win32/Winspool.java
Expand Up @@ -1475,4 +1475,8 @@ public JOB_INFO_1(int size) {
super(new Memory(size));
}
}

int DocumentProperties(
WinDef.HWND hWnd, HANDLE hPrinter, String pDeviceName,
Pointer pDevModeOutput, Pointer pDevModeInput, int fMode);
}

0 comments on commit f68bb7b

Please sign in to comment.