RILSYSTEMSELECTIONPREFS_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilsystemselectionprefs_v2)

RILSYSTEMSELECTIONPREFS_V2 structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwExecutor

dwSystemTypes

dwMode

plmnInfo

dwRoamingMode

dwAcquisitionOrderSize

AcquisitionOrder


Windows Driver Kit DDI reference (ns-rilapitypes-rilsystemselectionprefs_v2)

RILSYSTEMSELECTIONPREFS_V2 structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwExecutor

dwSystemTypes

dwMode

plmnInfo

dwRoamingMode

dwAcquisitionOrderSize

AcquisitionOrder