| Microsoft DirectX 8.1 (C++) | 
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 pins are not connected. | 
See Also