RemoveSecureMemoryCacheCallback function (winbase.h)

Unregisters a callback function that was previously registered with the AddSecureMemoryCacheCallback function.

Syntax

BOOL RemoveSecureMemoryCacheCallback(
  [in] PSECURE_MEMORY_CACHE_CALLBACK pfnCallBack
);

Parameters

[in] pfnCallBack

A pointer to the application-defined SecureMemoryCacheCallback function to remove.

Return value

If the function succeeds, it returns TRUE.

If the function fails, it returns FALSE.

Remarks

To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later. For more information, see Using the Windows Headers.

Requirements

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

See also

AddSecureMemoryCacheCallback

SecureMemoryCacheCallback