Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RemoveSecureMemoryCacheCallback function

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

Syntax


BOOL WINAPI RemoveSecureMemoryCacheCallback(
  _In_ PSECURE_MEMORY_CACHE_CALLBACK pfnCallBack
);

Parameters

pfnCallBack [in]

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

Minimum supported client

Windows Vista with SP1 [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

AddSecureMemoryCacheCallback
SecureMemoryCacheCallback

 

 

Show:
© 2017 Microsoft