-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
PTConvertPrintTicketToDevMode and DocumentProperties generate different struct (DEVMODEA vs DEVMODEW).
It will be good to align this.
Here is sample from CSWin32
internal static unsafe winmdroot.Foundation.HRESULT PTConvertPrintTicketToDevMode(SafeHandle hProvider, winmdroot.System.Com.IStream pPrintTicket, winmdroot.Graphics.Printing.PrintTicket.EDefaultDevmodeType baseDevmodeType, winmdroot.Graphics.Printing.PrintTicket.EPrintTicketScope scope, out uint pcbDevmode, out winmdroot.Graphics.Gdi.DEVMODEA* ppDevmode)
internal static unsafe int DocumentProperties([Optional] winmdroot.Foundation.HWND hWnd, SafeHandle hPrinter, winmdroot.Foundation.PWSTR pDeviceName, [Optional] winmdroot.Graphics.Gdi.DEVMODEW? pDevModeInput, uint fMode)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels