Structure RILCBMSGCONFIG (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 RILCBMSGCONFIG {
DWORD cbSize;
DWORD dwParams;
DWORD dwGWLConfigInfoSize;
RILCBGWLCONFIGINFO GWLConfigInfo[50];
DWORD dwCDMAConfigInfoSize;
RILCBCDMACONFIGINFO CDMAConfigInfo[50];
} RILCBMSGCONFIG, *LPRILCBMSGCONFIG;
Membres
cbSize
dwParams
dwGWLConfigInfoSize
GWLConfigInfo[50]
dwCDMAConfigInfoSize
CDMAConfigInfo[50]
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ntddrilapitypes.h (incluez Rilapitypes.h) |