Estructura RILSENDRESTRICTEDUICCCMDPARAMS (rilapitypes.h)

Este tema admite la infraestructura de controladores 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 rilapitypes.h (incluya Rilapitypes.h)