#define MODULE_PARTNO_LEN 32 |
#define MAX_MEMORY_SLOTS 32 |
#define MAX_TSOD_SLOTS 32 |
#define MAX_SPD_LENGTH 1024 |
#define SPDINFO_MEMTYPE_SDRAM 4 |
#define SPDINFO_MEMTYPE_DDR_SGRAM 6 |
#define SPDINFO_MEMTYPE_DDR 7 |
#define SPDINFO_MEMTYPE_DDR2 8 |
#define SPDINFO_MEMTYPE_DDR2FB 9 |
#define SPDINFO_MEMTYPE_DDR2FBPROBE 10 |
#define SPDINFO_MEMTYPE_DDR3 11 |
#define SPDINFO_MEMTYPE_DDR4 12 |
#define SPDINFO_MEMTYPE_DDR4E 14 |
#define SPDINFO_MEMTYPE_LPDDR3 15 |
#define SPDINFO_MEMTYPE_LPDDR4 16 |
#define SPDINFO_MEMTYPE_LPDDR4X 17 |
#define SPDINFO_MEMTYPE_DDR5 18 |
#define SPDINFO_MEMTYPE_LPDDR5 19 |
#define SPDINFO_MEMTYPE_DDR5_NVDIMM_P 20 |
#define SPDINFO_MEMTYPE_LPDDR5X 21 |
#define SPDINFO_DDR2_EPP_PROFILE_ABBR 0xA1 |
#define SPDINFO_DDR2_EPP_PROFILE_FULL 0XB1 |
#define MAX_XMP3_PROFILE_NAME_LEN 16 |
#define MAX_XMP3_PROFILES 5 |
#define MAX_EXPO_PROFILES 2 |
#define MANUF_SPECIFIC_DATA_LEN 32 |
enum SPDINFO_STATUS |
Return code for SysInfoDll_GetMemSPDInfo.
enum MEMTIMINGS_STATUS |
Return code for SysInfoDll_GetMemTimings.
SYSINFO_API BOOL SysInfoDll_GetMemoryInfo | ( | MEMORYSTATUSEX * | pMemInfoEx | ) |
Call this function to return the Memory information structure.
[out] | pMemInfoEx | Pointer to a structure to store the Memory information. See Microsoft Documentation http://msdn.microsoft.com/en-us/library/windows/desktop/aa366770.aspx |
SYSINFO_API int SysInfoDll_GetMemSPDInfo | ( | MEMMODULEINFO * | pMemModuleInfo | ) |
Call this function to retrieve the SPD information from all memory modules.
[out] | pMemModuleInfo | Pointer to a structure to store the Memory SPD information. |
SYSINFO_API int SysInfoDll_GetMemTemps | ( | MEMTEMPINFO * | pMemTempInfo | ) |
Call this function to retrieve the temperature information from all memory modules.
[out] | pMemTempInfo | Pointer to a structure to store the Memory temperature information. |
SYSINFO_API int SysInfoDll_GetMemTimings | ( | MEMTIMINGSINFO * | pMemTimingsInfo | ) |
Call this function to retrieve the configured memory timings.
[out] | pMemTimingsInfo | Pointer to a structure to store the Memory timings information. |