windows::Win32::Graphics::Printing

Function CreatePrintAsyncNotifyChannel

pub unsafe fn CreatePrintAsyncNotifyChannel<P0, P4>(
    pszname: P0,
    pnotificationtype: *const GUID,
    euserfilter: PrintAsyncNotifyUserFilter,
    econversationstyle: PrintAsyncNotifyConversationStyle,
    pcallback: P4,
) -> Result<IPrintAsyncNotifyChannel>
where P0: Param<PCWSTR>, P4: Param<IPrintAsyncNotifyCallback>,