_VCache_CreateLookupCache


_VCache_CreateLookupCache (char *lpszName, DWORD nMaxElems, DWORD Flags, 
    HLOOKUP *phlookup );

Creates a new (or opens an existing) lookup cache.

lpszName

Name of the lookup cache. This value must be a valid registry key name.

nMaxElems

Maximum number of elements in the cache. When this limit is reached, adding new keys will in old keys being aged out, LRU style.

Flags

Reserved. This value must be zero.

phlookup

Address of the DWORD that will receive the opened cache handle.