windows::Win32::Graphics::Printing

Function RegisterForPrintAsyncNotifications

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