MonitorInfoSizeOfStruct Field
The size, in bytes, of the structure.
This member must be set to
Marshal.SizeOf(Of MonitorInfo) before calling the
GetMonitorInfo(IntPtr, MonitorInfo) function.
Doing so lets the function determine the type of structure you are passing to it.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public SizeOfStruct As Integer
Dim instance As MonitorInfo
Dim value As Integer
value = instance.SizeOfStruct
instance.SizeOfStruct = value
val mutable SizeOfStruct: int
No code example is currently available or this language may not be supported.
Field Value
Int32