Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
A function that is called whenever an entry in the name cache is destroyed. It provides the client with an opportunity to track any relationships between the key and data components.
Syntax
CACHE_DESTROY_CALLBACK CacheDestroyCallback;
void CacheDestroyCallback(
[in] DWORD cb,
[in] LPBYTE lpb
)
{...}
Parameters
[in] cb
The size of the data or key pointed to by the lpb parameter, in bytes.
[in] lpb
A pointer to the data or key.
Return value
None
Remarks
If the client does not associate data with the name, this function is called only for the key data.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | filehc.h |