pub unsafe extern "system" fn RegisterForPrintAsyncNotifications(
    pszname: PCWSTR,
    pnotificationtype: *const GUID,
    euserfilter: PrintAsyncNotifyUserFilter,
    econversationstyle: PrintAsyncNotifyConversationStyle,
    pcallback: IPrintAsyncNotifyCallback,
    phnotify: *mut HANDLE
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation"