Microsoft DirectX 8.1 (C++) |
The SetMonitor method sets the monitor type in use.
Syntax
HRESULT SetMonitor(
long Monitor
);
Parameters
Monitor
[in] Monitor currently in use.
Return Value
Returns an HRESULT value.
Remarks
Setting this method to anything but the primary display (0) will return an error. In future versions of DirectShow, the renderer might allow applications to select the monitor on which to play back the full-screen video.
See Also