RxNameCacheInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-namcache-rxnamecacheinitialize)

RxNameCacheInitialize function

Description

RxNameCacheInitialize initializes a name cache (NAME_CACHE_CONTROL structure).

Parameters

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.

See also

RxNameCacheActivateEntry

RxNameCacheCheckEntry

RxNameCacheCreateEntry

RxNameCacheExpireEntry

RxNameCacheExpireEntryWithShortName

RxNameCacheFetchEntry

RxNameCacheFinalize

RxNameCacheFreeEntry