BcdMemDiagElementTypes enumeration

Specifies the memory diagnostic element types.

Syntax

typedef enum BcdMemDiagElementTypes { 
  BcdMemDiagInteger_PassCount     = 0x25000001,
  BcdMemDiagInteger_FailureCount  = 0x25000003
} BcdMemDiagElementTypes;

Constants

BcdMemDiagInteger_PassCount

The number of passes for the current test mix. The element data format is BcdIntegerElement.

If this value is not specified, the default is to run memory diagnostic tests until the computer is powered off or the user logs off.

BcdMemDiagInteger_FailureCount

The number of pages that contain errors. This is useful for simulating error flows in the absence of bad physical memory. The element data format is BcdIntegerElement.

Note This setting is no longer available in Windows 8 and Windows Server 2012.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

BCD WMI Provider Enumerations

BcdIntegerElement

GetElement