Search code examples
Trailing padding in C/C++ in nested structures - is it neccesary?...

c++cpaddingcompiler-optimizationstructlayout

Read More
Pad a struct so its size is a multiple of 16 bytes...

c#structpaddingstructlayout

Read More
Does work the StructLayout attribute with generic in C#?...

c#genericsattributesstructlayout

Read More
Do C#10’s readonly record structs guarantee the same size and alignment of fields as the explicit im...

c#structlayoutc#-10.0

Read More
Problems with Marshal.PtrToStructure and String...

c#stringmarshallingstructlayout

Read More
nesting arrays of C# classes...

c#arraysmarshallingstructlayout

Read More
Marshal.Sizeof() returning unexpected value...

c#c++marshallingstructlayout

Read More
C# StructLayout and dispose...

c#idisposablestructlayout

Read More
unassigned field on explicit struct layout...

c#structstructlayout

Read More
LayoutKind.Sequential not followed when substruct has LayoutKind.Explicit...

c#.netunsafestructlayoutlayoutkind.explicit

Read More
Fixed sbyte[] to string C#...

c#.netmemory-managementstructlayout

Read More
Difference between [StructLayout(LayoutKind.Sequential)] and TypeAttributes.SequentialLayout?...

c#.netreflection.emitstructlayout

Read More
Is it legit code to tag an object like this?...

c#objecttagsexplicitstructlayout

Read More
How can one not make assumptions about C++ struct layouts?...

c++structvulkanstructlayout

Read More
`PROCESSENTRY32W` in C#?...

c#structlayout

Read More
Does "DefaultCharSetAttribute" apply to "StructLayoutAttribute.CharSet" too?...

c#pinvokemarshallingdllimportstructlayout

Read More
FatalExecutionEngineError when messing with StructLayouts...

c#dynamicstructlayout

Read More
Why does LayoutKind.Sequential work differently if a struct contains a DateTime field?...

c#datetimemarshallingstructlayout

Read More
Why does the System.DateTime struct have layout kind Auto?...

c#.netdatetimestructstructlayout

Read More
Is there an alternative for StructLayout "Pack" attribute in Compact Framework?...

c#structcompact-frameworkstructlayout

Read More
Modify struct layout from p/invoke...

c#pinvokestructlayout

Read More
Arrays sharing memory in .NET4.0 - is that possible with reflection or StructLayout?...

c#arraysreflection.net-4.0structlayout

Read More
What am I doing wrong with this use of StructLayout( LayoutKind.Explicit ) when calling a PInvoke st...

c#.netpinvokeunionstructlayout

Read More
StructLayout to convert byte array to short...

c#arraysstructlayout

Read More
Adding StructLayout attribute to F# type with implicit constructor...

.netf#structlayout

Read More
PInvoke for DWORD-aligned handles to memory...

c#pinvokestructlayout

Read More
Union in c# with StructLayout...

c#unionstructlayout

Read More
Marshaling an unmanaged struct containing a char* member...

c#c++marshallingstructlayout

Read More
structs using FieldOffset unexpected behaviour...

c#structstructlayout

Read More
Should changing the contents of a string like this cause an exception?...

c#stringstructlayout

Read More
BackNext