IEnumeration::AddItem

virtual void IEnumeration::AddItem(const VARIANT& val, const OLECHAR* pszDesc)

Add an item to the enumeration.

Defined in: PropIface.h

Return Value

void

Parameters

val

Value of item to add.

pszDesc

Description of item to add.

Comments

This function appends an item to the enumeration. It is added at the end of the list of items.