<?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_get_content_status_names</id>
	<title>Truxton get content status names - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_get_content_status_names"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_get_content_status_names&amp;action=history"/>
	<updated>2026-09-09T18:45:10Z</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_get_content_status_names&amp;diff=10731&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;Retrieves the Content Status names and values.  =Syntax= &lt;source lang=&quot;C&quot;&gt; void truxton_get_content_status_names( uint64_t truxton_handle, char * destination_string, size_...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_get_content_status_names&amp;diff=10731&amp;oldid=prev"/>
		<updated>2026-02-05T11:47:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Retrieves the &lt;a href=&quot;/Content_Status&quot; title=&quot;Content Status&quot;&gt;Content Status&lt;/a&gt; names and values.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; void truxton_get_content_status_names( uint64_t truxton_handle, char * destination_string, size_...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Retrieves the [[Content Status]] names and values.&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_get_content_status_names( uint64_t truxton_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;truxton_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle created by the [[truxton_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;
=Remarks=&lt;br /&gt;
The string returned by this API will be in [https://en.wikipedia.org/wiki/JSON JSON] format.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;9&amp;quot;&amp;gt;&lt;br /&gt;
void main()&lt;br /&gt;
{&lt;br /&gt;
   char * json = (char *) malloc( 10485760 );&lt;br /&gt;
&lt;br /&gt;
   truxton_start();&lt;br /&gt;
&lt;br /&gt;
   uint64_t truxton = truxton_create();&lt;br /&gt;
&lt;br /&gt;
   truxton_get_content_status_names( truxton, json, 10485760 );&lt;br /&gt;
&lt;br /&gt;
   printf( &amp;quot;%s\n&amp;quot;, json);&lt;br /&gt;
&lt;br /&gt;
   truxton_destroy( truxton );&lt;br /&gt;
&lt;br /&gt;
   free( json );&lt;br /&gt;
&lt;br /&gt;
   truxton_stop();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>