IOmNavigator::cpuClass Property

Retrieves a string denoting the CPU class.

Syntax

HRESULT IOmNavigator::get_cpuClass(BSTR *p);

Parameters

  • p
    Pointer to a variable of type BSTR that receives one of the values listed in Possible Values.

Possible Values

x86 Intel processor.
68K Motorola processor.
Alpha Digital processor.
PPC Motorola processor.
Other Other CPU classes, including Sun SPARC.

Return Value

Returns S_OK if successful, or an error value otherwise.