ReleaseNameCache function (filehc.h)
Releases a name cache.
Syntax
long ReleaseNameCache(
PNAME_CACHE_CONTEXT pNameCache
);
Parameters
pNameCache
A pointer to a NAME_CACHE_CONTEXT structure.
Return value
Returns the resulting decremented reference count.
Remarks
The caller must guarantee the thread safety of this call.
Requirements
| Target Platform | Windows |
| Header | filehc.h |
| Library | Fcachdll.lib |
| DLL | Fcachdll.dll |