IASPlayList::get_BorderColor

This method gets the border color of the play list grid lines.

Syntax

HRESULT get_BorderColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the 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_BorderColor, GetRValue, GetGValue, GetBValue