IASPowerListBox::get_Circular

This method retrieves whether or not the power list box should wrap around—return to the beginning—when it reaches the end of the list.

Syntax

HRESULT get_Circular ( BOOL *pfCircular );

Parameters

pfCircular
Pointer to a Boolean that is set to TRUE if the power list box should wrap, or to FALSE if not. It is TRUE by default.

Return Values

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