DevModeSizeOfStruct Field

Specifies the size, in bytes, of the DevMode structure, not including any private driver-specific data that might follow the structure's public members.

This member must be set to Marshal.SizeOf(Of DevMode) before calling any function, to indicate the version of the DevMode structure being used.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public short SizeOfStruct

Field Value

Int16

See Also