Microsoft DirectX 8.1 (C++) |
The SetConnectInfo method sets the index for the current video port connection information.
Syntax
HRESULT SetConnectInfo(
DWORD dwChosenEntry
);
Parameters
dwChosenEntry
[in] Index of new video port connect information (zero-based) to pass to the driver.
Return Values
Returns an HRESULT value.
Remarks
Retrieve connection information by using IVPBaseConfig::GetConnectInfo.
See Also