IPMConnection::SystemGetInfo (Windows CE 5.0)
This method obtains system information about the remote device with which the current connection is established.
HRESULT SystemGetInfo(VARIANT* pwArchitecture,VARIANT* pdwCPUType,VARIANT* pdwPageSize,VARIANT* pwMajorVersion,VARIANT* pwMinorVersion,VARIANT* bstrOSTypeId);
Parameters
- pwArchitecture
[out] Pointer to the architecture of the microprocessor. - pdwCPUType
[out] Pointer to the microprocessor type. - pdwPageSize
[out] Pointer to the page size for the operating system (OS). - pwMajorVersion
[out] Pointer to the major version of the OS. - pwMinorVersion
[out] Pointer to the minor version of the OS. - bstrOSTypeId
[out] Pointer to the GUID of the OS.
Return Values
Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Connection.h, Cemgr.idl.
Send Feedback on this topic to the authors