Microsoft Windows CE 3.0  

CGenericList::CGenericList

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a CGenericListobject.

CGenericList(
TCHAR
*
pName
,
INT
iItems
,
BOOL
bLock
,
BOOLbAlert 
);
CGenericList(
TCHAR
*
pName
);

Parameters

pName
Name of the list.
iItems
Number of items in the list.
bLock
TRUE if the list is locked and FALSE otherwise. This parameter defaults to TRUE.
bAlert
Not used.

Return Values

No return value.

Remarks

This constructor calls the CBaseListconstructor.