// namcache.h
VOID RxNameCacheInitialize(
[in] IN PNAME_CACHE_CONTROL NameCacheCtl,
[in] IN ULONG MRxNameCacheSize,
[in] IN ULONG MaximumEntries
);
View the official Windows Driver Kit DDI referenceNo description available.
RxNameCacheInitialize initializes a name cache (NAME_CACHE_CONTROL structure).
NameCacheCtl [in]A pointer to the NAME_CACHE_CONTROL structure to initialize.
MRxNameCacheSize [in]The size, in bytes, of the network mini-redirector portion of the NAME_CACHE entry.
MaximumEntries [in]The maximum number of entries that will ever be allocated. This value prevents an errant program that opens a large number of files with bad names from using all of the paged pool memory.
RxNameCacheExpireEntryWithShortName