RemoveSecureMemoryCacheCallback function (winbase.h)
Unregisters a callback function that was previously registered with the AddSecureMemoryCacheCallback function.
BOOL RemoveSecureMemoryCacheCallback(
[in] PSECURE_MEMORY_CACHE_CALLBACK pfnCallBack
);
[in] pfnCallBack
A pointer to the application-defined SecureMemoryCacheCallback function to remove.
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE.
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later. For more information, see Using the Windows Headers.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP1 [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | winbase.h (include Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |