Home

 

MQRFH - Rules and formatting header

 

+

Search Tips   |   Advanced Search

 

The MQRFH structure defines the format of the rules and formatting header. This header can be used to send string data in the form of name/value pairs.

The format name of an MQRFH structure is MQFMT_RF_HEADER. The fields in the MQRFH structure and the name/value pairs are in the character set and encoding given by the CodedCharSetId and Encoding fields in the header structure that precedes the MQRFH, or by those fields in the MQMD structure if the MQRFH is at the start of the application message data.

Character data in the MQRFH (including the NameValueString field) must belong to a single-byte character set (SBCS). The user data that follows NameValueString can belong to any supported character set (SBCS or DBCS).

This structure is supported in the following environments: AIX, DOS client, HP-UX, Linux, OS/2, z/OS, Solaris, Windows client, Windows, and Windows 2000.

 

Home