Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
enum RILADDRESSPARAMMASK {
RIL_PARAM_A_NONE = 0x00000000,
RIL_PARAM_A_TYPE = 0x00000001,
RIL_PARAM_A_NUMPLAN = 0x00000002,
RIL_PARAM_A_ADDRESS = 0x00000004,
RIL_PARAM_A_ALL = 0x00000007
};
Constants
RIL_PARAM_A_NONE |
RIL_PARAM_A_TYPE |
RIL_PARAM_A_NUMPLAN |
RIL_PARAM_A_ADDRESS |
RIL_PARAM_A_ALL |
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h) |