RILUICCSUBSCRIBERNUMBERS
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.
This structure represents RILUICCSUBSCRIBERNUMBERS.
Syntax
struct RILUICCSUBSCRIBERNUMBERS {
DWORD cbSize;
DWORD dwNumSubscribers;
RILSUBSCRIBERINFO rsiInfo[1];
} ;
Members
cbSize
The size of the structure in bytes.dwNumSubscribers
The number of subscribers.rsiInfo[1]
Array of RILSUBSCRIBERINFO, each of which specifies a phone number assigned to the user as defined below. Although statically declared as a one-element array, the actual length is dwNumSubscribers.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics