Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The put_DisplaySize method specifies the display size.
Syntax
HRESULT put_DisplaySize(
DisplaySizeList NewValue
);
Parameters
NewValue
[in] Specifies the display size as a member of the DisplaySizeList enumeration.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Setting this property has no effect if the AutoSize property is false.
See Also