IITPropList::Clear method (infotech.h)

Clears memory associated with a property list and reinitializes the list.

Syntax

HRESULT Clear();

Return value

This method can return one of these values.

Return code Description
S_OK
The property list was cleared.

Remarks

Call this method to clear a property list without requiring the list to be destroyed before it is used again.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITPropList