Microsoft DirectX 9.0 |
Constructor method.
Syntax
CGenericList(
TCHAR *pName,
INT iItems,
BOOL bLock,
BOOL bAlert
);
CGenericList(
TCHAR *pName
);
Parameters
pName
Pointer to the name of the list.
iItems
Size of the node cache.
bLock
Not used.
bAlert
Not used.
Remarks
For efficiency, the CGenericList class maintains a cache of list nodes. If you know approximately how many items the list will hold, use the first version of the constructor. The second version uses a default cache size.
See Also