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 RILMSGCDMAINDELIVER {
RILADDRESS raOrigAddress;
RILSUBADDRESS rsaOrigSubaddr;
RILSYSTEMTIME stSCReceiveTime;
RILSYSTEMTIME stValidityPeriodAbs;
RILSYSTEMTIME stValidityPeriodRel;
RILSYSTEMTIME stDeferredDelTimeAbs;
RILSYSTEMTIME stDeferredDelTimeRel;
DWORD dwNumMsgs;
RILADDRESS raCallBackNumber;
RILMSGCDMAMSGPRIORITY dwMsgPriority;
DWORD dwAlertOnMsgDelivery;
RILMSGCDMAMSGPRIVACY dwMsgPrivacy;
BOOL bUserAckRequest;
RILMSGCDMAMSGDISPLAYMODE dwMsgDisplayMode;
DWORD dwTeleservice;
DWORD dwServiceID;
DWORD dwMsgID;
RILMSGCDMALANGUAGE dwMsgLang;
RILMSGCDMAMSGENCODING dwMsgEncoding;
DWORD cbHdrLength;
DWORD cchMsgLength;
BYTE rgbHdr[140];
BYTE rgbMsg[256];
} RILMSGCDMAINDELIVER, *LPRILMSGCDMAINDELIVER;
Members
raOrigAddress
rsaOrigSubaddr
stSCReceiveTime
stValidityPeriodAbs
stValidityPeriodRel
stDeferredDelTimeAbs
stDeferredDelTimeRel
dwNumMsgs
raCallBackNumber
dwMsgPriority
dwAlertOnMsgDelivery
dwMsgPrivacy
bUserAckRequest
dwMsgDisplayMode
dwTeleservice
dwServiceID
dwMsgID
dwMsgLang
dwMsgEncoding
cbHdrLength
cchMsgLength
rgbHdr[140]
rgbMsg[256]
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |