Structure RILUICCAPPINFO (ntddrilapitypes.h)

Cette rubrique prend en charge l’infrastructure du pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.

Syntaxe

typedef struct RILUICCAPPINFO {
  DWORD          cbSize;
  DWORD          dwParams;
  HUICCAPP       hUiccApp;
  RILUICCAPPTYPE dwUiccAppType;
  DWORD          dwAppIdLength;
  BYTE           bAppId[32];
  DWORD          dwAppNameLength;
  char           cszAppName[256];
  DWORD          dwNumPins;
  BYTE           bPinRef[8];
} RILUICCAPPINFO, *LPRILUICCAPPINFO;

Membres

cbSize

dwParams

hUiccApp

dwUiccAppType

dwAppIdLength

bAppId[32]

dwAppNameLength

cszAppName[256]

dwNumPins

bPinRef[8]

Configuration requise

Condition requise Valeur
En-tête ntddrilapitypes.h (incluez Rilapitypes.h)