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 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) |