Estructura RILSENDRESTRICTEDUICCCMDPARAMS (ntddrilapitypes.h)
Este tema admite la infraestructura del controlador de Windows y no está pensado para usarse directamente desde el código.
Sintaxis
typedef struct RILSENDRESTRICTEDUICCCMDPARAMS {
DWORD cbSize;
RILUICCCOMMAND dwCommand;
RILUICCCMDPARAMETERS rscpParameters;
BOOL fHasLockVerification;
RILUICCLOCKCREDENTIAL lockVerification;
DWORD dwDataSize;
BYTE pbData[1];
} RILSENDRESTRICTEDUICCCMDPARAMS, *LPRILSENDRESTRICTEDUICCCMDPARAMS;
Miembros
cbSize
dwCommand
rscpParameters
fHasLockVerification
lockVerification
dwDataSize
pbData[1]
Requisitos
Requisito | Valor |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |