IASPlayList::get_HiliteBorderColor

This method gets the highlight border color to be drawn around the current selection.

Syntax

HRESULT get_HiliteBorderColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the highlight border color.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.

See Also

IASPlayList::put_HiliteBorderColor, GetRValue, GetGValue, GetBValue