@FieldOrder({"cbSize","rcMonitor","rcWork","dwFlags"}) public static class WinUser.MONITORINFO extends Structure
The MONITORINFO structure contains information about a display monitor.
The User32.GetMonitorInfo(com.sun.jna.platform.win32.WinUser.HMONITOR, com.sun.jna.platform.win32.WinUser.MONITORINFO) function stores
information into a MONITORINFO structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField| Modifier and Type | Field | Description |
|---|---|---|
int |
cbSize |
The size, in bytes, of the structure.
|
int |
dwFlags |
The attributes of the display monitor.
|
WinDef.RECT |
rcMonitor |
Specifies the display monitor rectangle, expressed in virtual-screen coordinates.
|
WinDef.RECT |
rcWork |
Specifies the work area rectangle of the display monitor that can be used by
applications, expressed in virtual-screen coordinates.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE| Constructor | Description |
|---|---|
MONITORINFO() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int cbSize
public WinDef.RECT rcMonitor
public WinDef.RECT rcWork
public int dwFlags