Function windows::Win32::Graphics::Printing::PrintTicket::PTConvertDevModeToPrintTicket
pub unsafe fn PTConvertDevModeToPrintTicket<P0, P1>(
hprovider: P0,
cbdevmode: u32,
pdevmode: *const DEVMODEA,
scope: EPrintTicketScope,
pprintticket: P1,
) -> Result<()>where
P0: Param<HPTPROVIDER>,
P1: Param<IStream>,