LoadMessageInfo (XmlDoc subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 8: Line 8:
<tr><th>doc</th>
<tr><th>doc</th>
<td>An XmlDoc object, to which elements are added corresponding to the selected messages.</td></tr>
<td>An XmlDoc object, to which elements are added corresponding to the selected messages.</td></tr>
<tr><th><var>EDEFHD</var></th>
<tr><th>string</th>
<td>A string of at least 14 bytes.  If this argument is specified, it is used to create a single element in the <var class="term">doc</var> method object, corresponding to the first 14 bytes of the value specified for <var>EDEFHD</var>.</td></tr>
<td>A wildcard pattern to select the messages to place into the XmlDoc.</td></tr>
</table>
</table>



Revision as of 01:34, 14 July 2016

Load message info into this XmlDoc (XmlDoc class)


This page is under construction.

Syntax

doc:LoadMessageInfo[( [string])]

Syntax terms

doc An XmlDoc object, to which elements are added corresponding to the selected messages.
string A wildcard pattern to select the messages to place into the XmlDoc.

Usage notes

Examples

See also

  • LoadMsgctl, which produces an XmlDoc with the same attributes for the <msg> elements.