SymbolInfoSizeOfStruct Field

The size of this structure, In bytes.

Set this member to Marshal.SizeOf(Of SymbolInfo) before calling any function.

Note that the total size of the data is the SizeOfStruct + (MaxNameLen - 1) * Marshal.SizeOf(Char).

The reason to subtract one is that the first character in the name is accounted for in the size of the structure.

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 uint SizeOfStruct

Field Value

UInt32

See Also