Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SYSKIND Enumeration

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<SerializableAttribute>
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. http://go.microsoft.com/fwlink/?linkid=14202",
	False)>
Public Enumeration SYSKIND

Member nameDescription
SYS_MAC

The target operating system for the type library is Apple Macintosh. By default, all data fields are aligned on even-byte boundaries.

SYS_WIN16

The target operating system for the type library is 16-bit Windows systems. By default, data fields are packed.

SYS_WIN32

The target operating system for the type library is 32-bit Windows systems. By default, data fields are naturally aligned (for example, 2-byte integers are aligned on even-byte boundaries; 4-byte integers are aligned on quad-word boundaries, and so on).

For additional information about the SYSKIND enumeration, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft