The <cxxstruct> element is a reference to a C++ struct.
The <cxxstruct> element can be used to reference a C++ struct from another topic type.
<task id="connectionsxml"> <title>Connections</title> <taskbody> <steps> <step><cm>Open the connection</cm> <info>You can use <cxxstruct keyref="structkey">sConnection struct</cxxstruct> in a C++ application.</info> </step> ... </steps> </taskbody> </task>