SYSKIND 枚举
定义
注意
Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. http://go.microsoft.com/fwlink/?linkid=14202
注意
此 API 现已过时。
public enum class SYSKIND
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum SYSKIND
[System.Serializable]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum SYSKIND
[System.Serializable]
[System.Obsolete]
public enum SYSKIND
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type SYSKIND =
[<System.Serializable>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type SYSKIND =
[<System.Serializable>]
[<System.Obsolete>]
type SYSKIND =
Public Enum SYSKIND
- 继承
- 属性
字段
| SYS_MAC | 2 | 类型库的目标操作系统为 Apple Macintosh。The target operating system for the type library is Apple Macintosh. 默认情况下,所有数据字段在偶字节边界对齐。By default, all data fields are aligned on even-byte boundaries. |
| SYS_WIN16 | 0 | 类型库的目标操作系统是 16 位 Windows 系统。The target operating system for the type library is 16-bit Windows systems. 默认情况下,打包数据字段。By default, data fields are packed. |
| SYS_WIN32 | 1 | 类型库的目标操作系统是 32 位 Windows 系统。The target operating system for the type library is 32-bit Windows systems. 默认情况下,数据字段自然对齐(例如,2 字节整数在偶字节边界对齐;4 字节整数在四字边界对齐,依此类推)。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). |
注解
有关枚举的其他信息 SYSKIND ,请参阅 MSDN library。For additional information about the SYSKIND enumeration, see the MSDN Library.