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

Identifies the target operating system platform.

[Visual Basic]
<Serializable>
<ComVisible(False)>
Public Enum SYSKIND
[C#]
[Serializable]
[ComVisible(false)]
public enum SYSKIND
[C++]
[Serializable]
[ComVisible(false)]
__value public enum SYSKIND
[JScript]
public
   Serializable
 ComVisible(false)
enum SYSKIND

Remarks

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

Members

Member name Description
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).

Requirements

Namespace: System.Runtime.InteropServices

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

System.Runtime.InteropServices Namespace

Show:
© 2017 Microsoft