CWiauPropertyList::CWiauPropertyList method (wiautil.h)

The CWiauPropertyList::CWiauPropertyList method is the constructor for the CWiauPropertyList class.

Syntax

void CWiauPropertyList();

Return value

None

Remarks

The CWiauPropertyList constructor initializes all data members of a property list object to either NULL or zero. Use the CWiauPropertyList::Init method to reserve memory for properties. Use the CWiauPropertyList::DefineProperty method once per property to add it to the property list object.

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h, Wiamindr.h)

See also

CWiauPropertyList

CWiauPropertyList::DefineProperty

CWiauPropertyList::Init

CWiauPropertyList::~CWiauPropertyList