Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILMSGCDMAOUTSUBMIT {
RILADDRESS raDestAddress;
RILSUBADDRESS rsaDestSubaddr;
BOOL bDigit;
RILSYSTEMTIME stValidityPeriodAbs;
RILSYSTEMTIME stValidityPeriodRel;
RILSYSTEMTIME stDeferredDelTimeAbs;
RILSYSTEMTIME stDeferredDelTimeRel;
BOOL bDeliveryAckRequest;
BOOL bUserAckRequest;
BOOL bBearerReplyRequest;
DWORD dwReplySeqNumber;
RILMSGCDMAMSGDISPLAYMODE dwMsgDisplayMode;
RILADDRESS raCallBackNumber;
RILMSGCDMAMSGPRIORITY dwMsgPriority;
RILMSGCDMAMSGPRIVACY dwMsgPrivacy;
DWORD dwTeleservice;
DWORD dwMsgID;
RILMSGCDMALANGUAGE dwMsgLang;
RILMSGCDMAMSGENCODING dwMsgEncoding;
DWORD cbHdrLength;
DWORD cchMsgLength;
BYTE rgbHdr[140];
BYTE rgbMsg[256];
} RILMSGCDMAOUTSUBMIT, *LPRILMSGCDMAOUTSUBMIT;
Members
raDestAddress
rsaDestSubaddr
bDigit
stValidityPeriodAbs
stValidityPeriodRel
stDeferredDelTimeAbs
stDeferredDelTimeRel
bDeliveryAckRequest
bUserAckRequest
bBearerReplyRequest
dwReplySeqNumber
dwMsgDisplayMode
raCallBackNumber
dwMsgPriority
dwMsgPrivacy
dwTeleservice
dwMsgID
dwMsgLang
dwMsgEncoding
cbHdrLength
cchMsgLength
rgbHdr[140]
rgbMsg[256]
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |