Home
last modified time | relevance | path

Searched refs:cpu_no (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/dxdiagn/
H A Dprovider.c631 VARIANT cpu_name, cpu_no, clock_speed; in fill_processor_information() local
668 hr = IWbemClassObject_Get(wbem_class, cpu_noW, 0, &cpu_no, NULL, NULL); in fill_processor_information()
684 V_BSTR(&cpu_name), V_I4(&cpu_no), V_I4(&clock_speed)); in fill_processor_information()
686 VariantClear(&cpu_no); in fill_processor_information()