Estrutura RILRADIOSTATEITEM (ntddrilapitypes.h)

Este tópico dá suporte à infraestrutura de driver do Windows e não se destina a ser usado diretamente do seu código.

Sintaxe

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;

Membros

dwItemId

dwItemFlag

dwItemAttributes

RILITEMVALUEUNION

RILITEMVALUEUNION.intVal

RILITEMVALUEUNION.uintVal

RILITEMVALUEUNION.wszVal[32]

RILITEMVALUEUNION.intArray[16]

RILITEMVALUEUNION.uintArray[16]

RILITEMVALUEUNION.byteArray[64]

itemValueUnion

wszFriendlyName[32]

wszItemValueOptions[256]

Requisitos

Requisito Valor
Cabeçalho ntddrilapitypes.h (inclua Rilapitypes.h)