Microsoft DirectX 9.0

IVideoWindow::get_BorderColor

The get_BorderColor method retrieves the color that appears around the edges of the destination rectangle.

Syntax

HRESULT get_BorderColor(
    long *pColor
);

Parameters

pColor

[out] Pointer to a variable that receives a Microsoft Win32® COLORREF value.

Return Values

Possible return values include the following:

Value Description
E_POINTER NULL pointer.
S_OK Success.
VFW_E_NOT_CONNECTED The video renderer filter is not connected.

See Also