RILMSGCDMAOUTSUBMIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilmsgcdmaoutsubmit)

RILMSGCDMAOUTSUBMIT structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

raDestAddress

rsaDestSubaddr

bDigit

stValidityPeriodAbs

stValidityPeriodRel

stDeferredDelTimeAbs

stDeferredDelTimeRel

bDeliveryAckRequest

bUserAckRequest

bBearerReplyRequest

dwReplySeqNumber

dwMsgDisplayMode

raCallBackNumber

dwMsgPriority

dwMsgPrivacy

dwTeleservice

dwMsgID

dwMsgLang

dwMsgEncoding

cbHdrLength

cchMsgLength

rgbHdr

rgbMsg


Windows Driver Kit DDI reference (ns-rilapitypes-rilmsgcdmaoutsubmit)

RILMSGCDMAOUTSUBMIT structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

raDestAddress

rsaDestSubaddr

bDigit

stValidityPeriodAbs

stValidityPeriodRel

stDeferredDelTimeAbs

stDeferredDelTimeRel

bDeliveryAckRequest

bUserAckRequest

bBearerReplyRequest

dwReplySeqNumber

dwMsgDisplayMode

raCallBackNumber

dwMsgPriority

dwMsgPrivacy

dwTeleservice

dwMsgID

dwMsgLang

dwMsgEncoding

cbHdrLength

cchMsgLength

rgbHdr

rgbMsg