WMI uses the System Management BIOS (SMBIOS) reference specifications for this hardware lookup operation. The memory type and the form factor are part of the memory device specification (a Type 17 structure).
Additionally, note the following specifics:
- The memory type that is returned by the BIOS for DDR-2 memory is 0x13 (19). This specification was introduced in the SMBIOS v2.4 specification. 0x13 is defined as the DDR-2 memory type.
- The form factor that is returned by the BIOS for DDR-2 memory is 0xF (15). This specification was introduced in the v2.5 preliminary SMBIOS spec document. 0xF is defined as the FB-DIMM form factor.
These specifications are not included
on operating systems that were released before SMBIOS versions 2.4 and 2.5. Therefore, a value of 0x0 is returned when you perform the WMI queries that are described in the "Symptoms" section on a Windows Server 2003-based computer. Windows Server 2003 was released before the SMBIOS specifications for versions 2.4 and 2.5 were defined.
Note The 0x0 value resolves as unknown.
Any tools that use this data, such as third-party systems management software, will be affected.