UnregisterBadMemoryNotification function
[This documentation is preliminary and is subject to change.]
Applies to: desktop apps only
Closes the specified bad memory notification handle.
Syntax
BOOL WINAPI UnregisterBadMemoryNotification( _In_ PVOID RegistrationHandle );
Parameters
- RegistrationHandle [in]
-
Registration handle returned from the RegisterBadMemoryNotification function.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
To compile an application that calls this function, define _WIN32_WINNT as _WIN32_WINNT_WIN8 or higher. For more information, see Using the Windows Headers.
Requirements
|
Minimum supported client | Windows 8 Consumer Preview |
|---|---|
|
Minimum supported server | Windows Server 8 Beta |
|
Header |
|
|
Library |
|
|
DLL |
|
Build date: 2/7/2012