NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StructLayoutAttribute.Pack

Indicates the packing size that should be used when the System.Runtime.InteropServices.Value Sequential value is specified. The default packing size is 4.

[Visual Basic]
Public Pack As Integer
[C#]
public int Pack;
[C++]
public: int Pack;
[JScript]
public var Pack : int;

See Also

StructLayoutAttribute Class | StructLayoutAttribute Members | System.Runtime.InteropServices Namespace