This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.