Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CcUnregisterExternalCacheEx function (ntifs.h)
CcUnregisterExternalCacheEx routine unregisters an external cache with the cache manager.
Syntax
VOID CcUnregisterExternalCacheEx(
PVOID ExternalCacheContext
);
Parameters
ExternalCacheContext
[in] Pointer to the context that identifies the external cache to be unregistered. This context was returned by CcRegisterExternalCacheEx.
Return value
None
Remarks
After a client (file system) unregisters an external cache, it will no longer receive any callbacks from the cache manager during lazy write scans.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 24H2 |
| Header | ntifs.h |
See also
Feedback
Was this page helpful?
