This documentation is archived and is not being maintained.
SYSKIND Enumeration
.NET Framework 1.1
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
Show: