// ntddrilapitypes.h
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;
View the official Windows Driver Kit DDI reference// rilapitypes.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
raDestAddressrsaDestSubaddrbDigitstValidityPeriodAbsstValidityPeriodRelstDeferredDelTimeAbsstDeferredDelTimeRelbDeliveryAckRequestbUserAckRequestbBearerReplyRequestdwReplySeqNumberdwMsgDisplayModeraCallBackNumberdwMsgPrioritydwMsgPrivacydwTeleservicedwMsgIDdwMsgLangdwMsgEncodingcbHdrLengthcchMsgLengthrgbHdrrgbMsgThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
raDestAddressrsaDestSubaddrbDigitstValidityPeriodAbsstValidityPeriodRelstDeferredDelTimeAbsstDeferredDelTimeRelbDeliveryAckRequestbUserAckRequestbBearerReplyRequestdwReplySeqNumberdwMsgDisplayModeraCallBackNumberdwMsgPrioritydwMsgPrivacydwTeleservicedwMsgIDdwMsgLangdwMsgEncodingcbHdrLengthcchMsgLengthrgbHdrrgbMsg