IASPowerListBox::get_SortOrder

This method retrieves whether the list is sorted in ascending or descending order.

Syntax

HRESULT get_SortOrder( BOOL *pfAscending );

Parameters

pfAscending
Pointer to a Boolean that is set to TRUE if sorted in ascending order, or to FALSE if sorted in descending order.

Return Values

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