Tao.Platform.Windows SDK Documentation

Gdi.DEVMODE Structure

The DEVMODE data structure contains information about the initialization and environment of a printer or a display device.

For a list of all members of this type, see Gdi.DEVMODE Members.

System.Object
   System.ValueType
      Tao.Platform.Windows.Gdi.DEVMODE

[Visual Basic]
Public Structure Gdi.DEVMODE
[C#]
public struct Gdi.DEVMODE

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A device driver's private data follows the public portion of the DEVMODE structure. The size of the public data can vary for different versions of the structure. The dmSize member specifies the number of bytes of public data, and the dmDriverExtra member specifies the number of bytes of private data.

Requirements

Namespace: Tao.Platform.Windows

Assembly: Tao.Platform.Windows (in Tao.Platform.Windows.dll)

See Also

Gdi.DEVMODE Members | Tao.Platform.Windows Namespace | DEVMODE, int) | EnumDisplaySettings