pub unsafe extern "system" fn IoRegisterPlugPlayNotification(
    eventcategory: IO_NOTIFICATION_EVENT_CATEGORY,
    eventcategoryflags: u32,
    eventcategorydata: *const c_void,
    driverobject: *const DRIVER_OBJECT,
    callbackroutine: PDRIVER_NOTIFICATION_CALLBACK_ROUTINE,
    context: *mut c_void,
    notificationentry: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Foundation", "Win32_Security", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Power", "Win32_System_WindowsProgramming"