Skip to content

Commit f68bb7b

Browse files
Bind Winspool#DocumentProperties (only signature, no documentation)
1 parent 5e2551d commit f68bb7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/platform/src/com/sun/jna/platform/win32/Winspool.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,4 +1475,8 @@ public JOB_INFO_1(int size) {
14751475
super(new Memory(size));
14761476
}
14771477
}
1478+
1479+
int DocumentProperties(
1480+
WinDef.HWND hWnd, HANDLE hPrinter, String pDeviceName,
1481+
Pointer pDevModeOutput, Pointer pDevModeInput, int fMode);
14781482
}

0 commit comments

Comments
 (0)