<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_communication_get_subject</id>
	<title>Truxton communication get subject - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_communication_get_subject"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_communication_get_subject&amp;action=history"/>
	<updated>2026-09-09T15:13:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://truxwiki.com/index.php?title=Truxton_communication_get_subject&amp;diff=6395&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;Retrieves the subject of the message. This corresponds to the &lt;code&gt;[Text]&lt;/code&gt; column of the &lt;code&gt;[MessageSubject]&lt;/code&gt; table.  =Syntax= &lt;source lang=&quot;C&quot;&gt; void truxton_c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_communication_get_subject&amp;diff=6395&amp;oldid=prev"/>
		<updated>2023-05-19T12:16:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Retrieves the subject of the message. This corresponds to the &amp;lt;code&amp;gt;[Text]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[MessageSubject]&amp;lt;/code&amp;gt; table.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; void truxton_c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Retrieves the subject of the message.&lt;br /&gt;
This corresponds to the &amp;lt;code&amp;gt;[Text]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[MessageSubject]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
void truxton_communication_get_subject( uint64_t communication_handle, char * destination_string, size_t max_size );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;communication_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
The handle created by the [[truxton_communication_create]] call.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;destination_string&amp;lt;/code&amp;gt;==&lt;br /&gt;
The string to be written to.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;max_size&amp;lt;/code&amp;gt;==&lt;br /&gt;
The maximum number of characters that can be written to &amp;lt;code&amp;gt;destination_string&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;
void print_subject( uint64_t communication_handle )&lt;br /&gt;
{&lt;br /&gt;
   char subject[512];&lt;br /&gt;
&lt;br /&gt;
   truxton_communication_get_subject( child_file, subject, sizeof(subject) );&lt;br /&gt;
   printf( &amp;quot;%s\n&amp;quot;, subject);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>