Microsoft DirectX 8.1 (C++) |
The GetMonitor method retrieves the monitor type in use.
Syntax
HRESULT GetMonitor(
long *Monitor
);
Parameters
Monitor
[out] Pointer to the monitor currently in use.
Return Value
Returns NOERROR.
Remarks
The DirectShow Full Screen Renderer always returns zero (the primary monitor).
See Also