RILMESSAGE 구조체(ntddrilapitypes.h)
이 항목에서는 Windows 드라이버 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
구문
typedef struct RILMESSAGE {
DWORD cbSize;
DWORD dwParams;
RILADDRESS raSvcCtrAddress;
RILMESSAGETYPE dwType;
DWORD dwFlags;
union {
RILMSGINDELIVER unMsgInDeliver;
RILMSGINSTATUS unMsgInStatus;
RILMSGOUTSUBMIT unMsgOutSubmit;
RILMSGBCGENERAL unMsgBcGeneral;
RILMSGIS637INSTATUS unMsgIS637InStatus;
RILMSGCDMAINDELIVER unMsgCDMAInDeliver;
RILMSGCDMAOUTSUBMIT unMsgCDMAOutSubmit;
} RILMSGUNION;
RILMSGUNION msgUnion;
} RILMESSAGE, *LPRILMESSAGE;
멤버
cbSize
dwParams
raSvcCtrAddress
dwType
dwFlags
RILMSGUNION
RILMSGUNION.unMsgInDeliver
RILMSGUNION.unMsgInStatus
RILMSGUNION.unMsgOutSubmit
RILMSGUNION.unMsgBcGeneral
RILMSGUNION.unMsgIS637InStatus
RILMSGUNION.unMsgCDMAInDeliver
RILMSGUNION.unMsgCDMAOutSubmit
msgUnion
요구 사항
요구 사항 | 값 |
---|---|
헤더 | ntddrilapitypes.h(Rilapitypes.h 포함) |