Microsoft DirectX 9.0 |
The OnDisplayChange method informs the Overlay Mixer that the monitor's display settings have changed. (Not implemented.)
Syntax
HRESULT OnDisplayChange(
ULONG ulBitsPerPixel,
ULONG ulScreenWidth,
ULONG ulScreenHeight
);
Parameters
ulBitsPerPixel
[in] Specifies the new bits per pixel setting.
ulScreenWidth
[in] Specifies the new screen width in pixels.
ulScreenHeight
[in] Specifies the new screen height in pixels.
Return Values
Returns E_NOTIMPL.
See Also