Show / Hide Table of Contents

Struct Kernel.SYSTEM_INFO_UNION

Union for the OemId, ProcessorArchitecture, and Reserved fields of the Kernel.SYSTEM_INFO structure.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability
Assembly: CADability.dll
Syntax
public struct SYSTEM_INFO_UNION

Fields

| Improve this Doc View Source

OemId

An obsolete member that is retained for compatibility with Windows NT 3.5 and earlier. New applications should use the ProcessorArchitecture branch of the union.

Windows Me/98/95: The system always sets this member to zero, the value defined for .

Declaration
public int OemId
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ProcessorArchitecture

System's processor architecture. This value can be one of the following values:

Windows NT 3.51:

Windows NT 4.0 and earlier:

Windows NT 4.0 and earlier:

64-bit Windows: , ,

Declaration
public short ProcessorArchitecture
Field Value
Type Description
System.Int16
| Improve this Doc View Source

Reserved

Reserved for future use.

Declaration
public short Reserved
Field Value
Type Description
System.Int16

See Also

Kernel.SYSTEM_INFO
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX