LdrRegisterDllNotification

Function LdrRegisterDllNotification 

Source
pub unsafe extern "C" fn LdrRegisterDllNotification(
    Flags: ULONG,
    NotificationFunction: PLDR_DLL_NOTIFICATION_FUNCTION,
    Context: PVOID,
    Cookie: *mut PVOID,
) -> NTSTATUS