Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 2.33 KB

ns-ntddrilapitypes-riluiccsubscribernumbers.md

File metadata and controls

80 lines (64 loc) · 2.33 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ntddrilapitypes.RILUICCSUBSCRIBERNUMBERS
RILUICCSUBSCRIBERNUMBERS (ntddrilapitypes.h)
This structure represents RILUICCSUBSCRIBERNUMBERS.
netvista\riluiccsubscribernumbers.htm
netvista
02/16/2018
RILUICCSUBSCRIBERNUMBERS structure
*LPRILUICCSUBSCRIBERNUMBERS, RILUICCSUBSCRIBERNUMBERS, RILUICCSUBSCRIBERNUMBERS structure [Network Drivers Starting with Windows Vista], netvista.riluiccsubscribernumbers, rilapitypes/RILUMTSMRL
ntddrilapitypes.h
Ntddrilapitypes.h
Windows
Windows
RILUICCSUBSCRIBERNUMBERS, *LPRILUICCSUBSCRIBERNUMBERS
RILUICCSUBSCRIBERNUMBERS
ntddrilapitypes/RILUICCSUBSCRIBERNUMBERS
LPRILUICCSUBSCRIBERNUMBERS
ntddrilapitypes/LPRILUICCSUBSCRIBERNUMBERS
APIRef
kbSyntax
HeaderDef
rilapitypes.h
RILUICCSUBSCRIBERNUMBERS
LPRILUICCSUBSCRIBERNUMBERS

RILUICCSUBSCRIBERNUMBERS structure (ntddrilapitypes.h)

-description

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.

-struct-fields

-field cbSize

The size of the structure in bytes.

-field dwNumSubscribers

The number of subscribers.

-field rsiInfo

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.

-syntax

struct RILUMTSMRL {
  DWORD             cbSize;
  DWORD             dwNumSubscribers;
  RILSUBSCRIBERINFO rsiInfo[1];
};

-see-also

Cellular COM structures