RILMSGOUTSUBMIT structure (ntddrilapitypes.h)

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

Syntax

typedef struct RILMSGOUTSUBMIT {
  RILADDRESS              raDestAddress;
  RILMSGPROTOCOLID        dwProtocolID;
  RILMSGDCS               rmdDataCoding;
  RILMSGOUTSUBMITVPFORMAT dwVPFormat;
  RILSYSTEMTIME           stVP;
  DWORD                   dwMsgID;
  DWORD                   cbHdrLength;
  DWORD                   cchMsgLength;
  BYTE                    rgbHdr[256];
  BYTE                    rgbMsg[512];
} RILMSGOUTSUBMIT, *LPRILMSGOUTSUBMIT;

Members

raDestAddress

dwProtocolID

rmdDataCoding

dwVPFormat

stVP

dwMsgID

cbHdrLength

cchMsgLength

rgbHdr[256]

rgbMsg[512]

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)