RILRADIOSTATEITEM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

typedef struct RILRADIOSTATEITEM {
  DWORD                 dwItemId;
  RILRADIOSTATEITEMFLAG dwItemFlag;
  DWORD                 dwItemAttributes;
  union {
    int          intVal;
    unsigned int uintVal;
    WCHAR        wszVal[32];
    int          intArray[16];
    unsigned int uintArray[16];
    BYTE         byteArray[64];
  } RILITEMVALUEUNION;
  RILITEMVALUEUNION     itemValueUnion;
  WCHAR                 wszFriendlyName[32];
  WCHAR                 wszItemValueOptions[256];
} RILRADIOSTATEITEM, *LPRILRADIOSTATEITEM;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

typedef struct RILRADIOSTATEITEM {
  DWORD                 dwItemId;
  RILRADIOSTATEITEMFLAG dwItemFlag;
  DWORD                 dwItemAttributes;
  union {
    int          intVal;
    unsigned int uintVal;
    WCHAR        wszVal[32];
    int          intArray[16];
    unsigned int uintArray[16];
    BYTE         byteArray[64];
  } RILITEMVALUEUNION;
  RILITEMVALUEUNION     itemValueUnion;
  WCHAR                 wszFriendlyName[32];
  WCHAR                 wszItemValueOptions[256];
} RILRADIOSTATEITEM, *LPRILRADIOSTATEITEM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RILRADIOSTATEITEM structure (ntddrilapitypes.h)

Description

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

Members

dwItemId

dwItemFlag

dwItemAttributes

itemValueUnion

RILITEMVALUEUNION

RILITEMVALUEUNION.intVal

RILITEMVALUEUNION.uintVal

RILITEMVALUEUNION.wszVal

RILITEMVALUEUNION.intArray

RILITEMVALUEUNION.uintArray

RILITEMVALUEUNION.byteArray

wszFriendlyName

wszItemValueOptions


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

RILRADIOSTATEITEM structure (rilapitypes.h)

Description

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

Members

dwItemId

dwItemFlag

dwItemAttributes

itemValueUnion

RILITEMVALUEUNION

RILITEMVALUEUNION.intVal

RILITEMVALUEUNION.uintVal

RILITEMVALUEUNION.wszVal

RILITEMVALUEUNION.intArray

RILITEMVALUEUNION.uintArray

RILITEMVALUEUNION.byteArray

wszFriendlyName

wszItemValueOptions