ObjectAttributesSizeOfStruct Field

The size of the structure, in bytes.

This member must be set to Marshal.SizeOf(Of ObjectAttributes) before calling any function.

The InitializeObjectAttributes macro sets this member to Marshal.SizeOf(Of ObjectAttributes).

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

Field Value

Int32

See Also