RILUICCSUBSCRIBERNUMBERS structure (ntddrilapitypes.h)
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.
Syntax
struct RILUMTSMRL {
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.
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Ntddrilapitypes.h) |