RILNAI
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.
Note This feature is available in Windows Phone 8 GDR2, but it might not be available yet in Windows Phone 8.1.
This structure represents a RIL NAI.
Syntax
const int MAXLENGTH_NAI = 72;
struct RILNAI {
DWORD cbSize;
DWORD dwParams;
WCHAR wszNAI[MAXLENGTH_NAI + 1];
};
Parameters
Members
cbSize
The size of the structure in bytes.dwParams
A bitwise combination of RILNAIPARAMMASK enumeration values that indicates which members of the structure contain valid data. A member of the structure is valid if the corresponding bit flag is set.wszNAI[MAXLENGTH_NAI + 1]
The NAI as a null-terminated Unicode string.
Remarks
Requirements
Header: Generated from CellularAPI_OEM.idl
Related topics