Windows.UnregisterBadMemoryNotification C# (CSharp) Method

UnregisterBadMemoryNotification() private method

private UnregisterBadMemoryNotification ( void* RegistrationHandle ) : BOOL
RegistrationHandle void*
return BOOL
    public static extern BOOL UnregisterBadMemoryNotification([NativeTypeName("PVOID")] void* RegistrationHandle);