Desktop Functions: Smart Device Functions:
|
C# Definition:
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto, Pack=4)] // Pack=4 gave access violation when used on 64-bit OS. Use '0' (works as per the platform) VB Definition:
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto, Pack:=4)> _ User-Defined Field Types:Notes:Pack=4 may work incorrectly (access violation) when used on 64-bit OS. Use '0' (works as per the platform) Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.
|
|