IOemRegistrationStatus::SystemType
Warning The Cellular COM API is deprecated in Windows 10. This content is provided to support maintenance of OEM and mobile operator created Windows Phone 8.1 applications.
The SystemType method returns the system type of the registered network.
Syntax
HRESULT SystemType(enum RILSYSTEMTYPE *systemType);
Parameters
- systemType
[out] Returns a poiinter to a RILSYSTEMTYPE enumeration value that indicates the system type.
Return values
Returns S_OK if the method was successful.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics