RILMSGIS637INSTATUS 구조체(ntddrilapitypes.h)

이 항목에서는 Windows 드라이버 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

구문

typedef struct RILMSGIS637INSTATUS {
  RILADDRESS              raOrigAddress;
  RILSUBADDRESS           rsaOrigSubaddr;
  RILSYSTEMTIME           stSCReceiveTime;
  DWORD                   dwCauseCode;
  DWORD                   dwReplySeqNumber;
  DWORD                   dwUserResponseCode;
  RILMSGCDMAMSGSTATUSTYPE dwMsgStatusType;
  DWORD                   dwMsgID;
  RILMSGCDMALANGUAGE      dwMsgLang;
  RILMSGCDMAMSGENCODING   dwMsgEncoding;
  DWORD                   cchMsgLength;
  BYTE                    rgbMsg[512];
} RILMSGIS637INSTATUS, *LPRILMSGIS637INSTATUS;

멤버

raOrigAddress

rsaOrigSubaddr

stSCReceiveTime

dwCauseCode

dwReplySeqNumber

dwUserResponseCode

dwMsgStatusType

dwMsgID

dwMsgLang

dwMsgEncoding

cchMsgLength

rgbMsg[512]

요구 사항

요구 사항
헤더 ntddrilapitypes.h(Rilapitypes.h 포함)