Estrutura RILSENDMSGRESPONSE (ntddrilapitypes.h)
Este tópico dá suporte à infraestrutura de driver do Windows e não se destina a ser usado diretamente do seu código.
Sintaxe
typedef struct RILSENDMSGRESPONSE {
DWORD cbSize;
DWORD dwParams;
HRESULT hrReturn;
DWORD dwCDMACauseCode;
DWORD dwCDMAErrorClass;
DWORD dwGWLTransportCode;
DWORD dwGWLRelayCode;
DWORD dwMsgID;
} RILSENDMSGRESPONSE, *LPRILSENDMSGRESPONSE;
Membros
cbSize
dwParams
hrReturn
dwCDMACauseCode
dwCDMAErrorClass
dwGWLTransportCode
dwGWLRelayCode
dwMsgID
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | ntddrilapitypes.h (inclua Rilapitypes.h) |