Share via


ICcBootstrap::DeviceInfo

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

This enumeration contains possible device information property names.

Syntax

enum DeviceInfo {
  SYSTEM_INFO_PROCESSOR_ARCHITECTURE,
  SYSTEM_INFO_PAGE_SIZE,
  SYSTEM_INFO_ACTIVE_PROCESSOR_MASK,
  SYSTEM_INFO_NUMBER_OF_PROCESSORS,
  SYSTEM_INFO_PROCESSOR_TYPE,
  SYSTEM_INFO_ALLOCATION_GRANULARITY,
  SYSTEM_INFO_PROCESSOR_LEVEL,
  SYSTEM_INFO_PROCESSOR_REVISION,
  SYSTEM_INFO_QUERY_INSTRUCTION_SET,
  OSVERSIONINFO_MAJOR_VERSION,
  OSVERSIONINFO_MINOR_VERSION,
  OSVERSIONINFO_BUILD_NUMBER,
  OSVERSIONINFO_PLATFORM_ID
};

Members

  • SYSTEM_INFO_PROCESSOR_ARCHITECTURE
    Processor architecture.
  • SYSTME_INFO_PAGE_SIZE
    Specifies the page size and the granularity of page protection and commitment.

    This is the page size used by the VirtualAlloc function.

  • SYSTEM_INFO_ACTIVE_PROCESSOR_MASK
    Specifies a mask representing the set of processors configured into the system.

    Bit 0 is processor 0; bit 31 is processor 31.

  • SYSTEM_INFO_NUMBER_OF_PROCESSORS
    Specifies the number of processors in the system.
  • SYSTEM_INFO_PROCESSOR_TYPE
    Specifies the type of processor in the system.
  • SYSTEM_INFO_ALLOCATION_GRANULARITY
    Specifies the granularity with which virtual memory is allocated.

    For example, a VirtualAlloc request to allocate 1 byte reserves an address space of dwAllocationGranularity bytes.

  • SYSTEM_INFO_PROCESSOR_LEVEL
    Specifies the architecture-dependent processor level.
  • SYSTEM_INFO_PROCESSOR_REVISION
    Specifies the architecture-dependent processor revision.
  • SYSTEM_INFO_QUERY_INSTRUCTION_SET
    Specifies the return value from QueryInstructionSet.
  • OSVERSIONINFO_MAJOR_VERSION
    Identifies the major version number of the OS.
  • OSVERSIONINFO_MINOR_VERSION
    Identifies the minor version number of the OS.
  • OSVERSIONINFO_BUILD_NUMBER
    Identifies the build number of the OS, or is set to 0.
  • OSVERSIONINFO_PLATFORM_ID
    Returns the platform identifier.

Requirements

Header ccbootstrap.idl
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Core Connectivity Interfaces