// ntddrilapitypes.h
typedef struct RILSYSTEMSELECTIONPREFS_V2 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwSystemTypes;
RILSYSTEMSELECTIONPREFSMODE dwMode;
RILOPERATORNAMES plmnInfo;
RILSYSTEMSELECTIONPREFSROAMINGMODE dwRoamingMode;
DWORD dwAcquisitionOrderSize;
DWORD AcquisitionOrder[16];
} RILSYSTEMSELECTIONPREFS_V2, *LPRILSYSTEMSELECTIONPREFS_V2, RILSYSTEMSELECTIONPREFS, *LPRILSYSTEMSELECTIONPREFS;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILSYSTEMSELECTIONPREFS_V2 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
DWORD dwSystemTypes;
RILSYSTEMSELECTIONPREFSMODE dwMode;
RILOPERATORNAMES plmnInfo;
RILSYSTEMSELECTIONPREFSROAMINGMODE dwRoamingMode;
DWORD dwAcquisitionOrderSize;
DWORD AcquisitionOrder[16];
} RILSYSTEMSELECTIONPREFS_V2, *LPRILSYSTEMSELECTIONPREFS_V2, RILSYSTEMSELECTIONPREFS, *LPRILSYSTEMSELECTIONPREFS;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwSystemTypesdwModeplmnInfodwRoamingModedwAcquisitionOrderSizeAcquisitionOrderThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsdwExecutordwSystemTypesdwModeplmnInfodwRoamingModedwAcquisitionOrderSizeAcquisitionOrder