IRemoteToolDeviceDataStore::GetCPU (Compact 2013)
3/26/2014
Returns the type of the CPU as a string for the specified device index.
Syntax
HRESULT GetCPU([in] UINT iIndex, [out] BSTR* pVal)
Parameters
iIndex
A zero-based index for the device.Must be less than Count() - 1.
- pVal
The type of the CPU, returned as a string.
Return Value
E_FAIL if failure.
S_OK if success.