Tao.Platform.Windows SDK Documentation

Kernel.SYSTEM_INFO_UNION Members

Kernel.SYSTEM_INFO_UNION overview

Public Instance Fields

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 PROCESSOR_ARCHITECTURE_INTEL.
ProcessorArchitecture System's processor architecture. This value can be one of the following values: PROCESSOR_ARCHITECTURE_UNKNOWN PROCESSOR_ARCHITECTURE_INTEL Windows NT 3.51: PROCESSOR_ARCHITECTURE_MIPS Windows NT 4.0 and earlier: PROCESSOR_ARCHITECTURE_ALPHA Windows NT 4.0 and earlier: PROCESSOR_ARCHITECTURE_PPC 64-bit Windows: PROCESSOR_ARCHITECTURE_IA64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64, PROCESSOR_ARCHITECTURE_AMD64
Reserved Reserved for future use.

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

Kernel.SYSTEM_INFO_UNION Class | Tao.Platform.Windows Namespace | Kernel.SYSTEM_INFO