IsMsr

This function checks existence of MSR (model specific register).

Syntax

BOOL IsMsr();

Parameters

Return Values

If "RDMSR/WRMSR" instruction is supported, the return value is TRUE.

If "RDMSR/WRMSR" instruction is not supported, the return value is FALSE.

Remarks

Intel Pentium or later processors have MSRs.

Requirements