帮小弟罗列一下typedef struct _SYSTEM_INFO 中的  
dwAllocationGranularity的值分别== PROCESSOR_ARCHITECTURE_INTELPROCESSOR_ARCHITECTURE_AMD64

wProcessorLevel
所返回的值分别代表那些型号的cpu?

解决方案 »

  1.   

    If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_INTEL, wProcessorLevel can be one of the following values. Value Meaning 
    3           Intel 80386 
    4           Intel 80486 
    5           Intel Pentium 
    6           Intel Pentium Pro or Pentium II If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_IA64, wProcessorLevel is set to 1. If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_MIPS, wProcessorLevel is of the form 00xx, where xx is an 8-bit implementation number (bits 8-15 of the PRId register). The member can be the following value. Value Meaning 
    0004           MIPS R4000 If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_ALPHA, wProcessorLevel is of the form xxxx, where xxxx is a 16-bit processor version number (the low-order 16 bits of a version number from the firmware). The member can be one of the following values. Value Meaning 
    21064            Alpha 21064 
    21066            Alpha 21066 
    21164            Alpha 21164 If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_PPC, wProcessorLevel is of the form xxxx, where xxxx is a 16-bit processor version number (the high-order 16 bits of the Processor Version Register). The member can be one of the following values. Value Meaning 
    1            PPC 601 
    3            PPC 603 
    4            PPC 604 
    6            PPC 603+ 
    9            PPC 604+ 
    20           PPC 620 
      

  2.   

    不会吧?这是msdn中的啊
    但还是会给一定分的
    有没有那种有这方面的更多更全的信息!谢谢