Microsoft DirectX 8.1 (C++)

IVPBaseConfig::SetVideoPortID

The SetVideoPortID method sets the port ID which the video will use.

Syntax

HRESULT SetVideoPortID (
  DWORD dwVideoPortID
);

Parameters

dwVideoPortID

[in] DirectDraw video port ID.

Return Values

Returns an HRESULT value.

Remarks

This method sets the DirectDraw video port ID on the mini driver to enable it to communicate with the video port directly.

See Also