IASPowerListBox::put_Sorted

This method sets whether or not the power list box is sorted.

Syntax

HRESULT put_Sorted( BOOL fSorted );

Parameters

fSorted
Boolean that is set to TRUE if the items are sorted, or to FALSE if not.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.