Struttura RILUICCAPPINFO (ntddrilapitypes.h)
Questo argomento supporta l'infrastruttura driver di Windows e non è progettato per essere usato direttamente dal codice.
Sintassi
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;
Members
cbSize
dwParams
hUiccApp
dwUiccAppType
dwAppIdLength
bAppId[32]
dwAppNameLength
cszAppName[256]
dwNumPins
bPinRef[8]
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddrilapitypes.h (include Rilapitypes.h) |