Struttura RILSENDRESTRICTEDUICCCMDPARAMS (ntddrilapitypes.h)
Questo argomento supporta l'infrastruttura driver di Windows e non è progettato per essere usato direttamente dal codice.
Sintassi
typedef struct RILSENDRESTRICTEDUICCCMDPARAMS {
DWORD cbSize;
RILUICCCOMMAND dwCommand;
RILUICCCMDPARAMETERS rscpParameters;
BOOL fHasLockVerification;
RILUICCLOCKCREDENTIAL lockVerification;
DWORD dwDataSize;
BYTE pbData[1];
} RILSENDRESTRICTEDUICCCMDPARAMS, *LPRILSENDRESTRICTEDUICCCMDPARAMS;
Members
cbSize
dwCommand
rscpParameters
fHasLockVerification
lockVerification
dwDataSize
pbData[1]
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddrilapitypes.h (include Rilapitypes.h) |