<?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_note_save</id>
	<title>Truxton note save - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_note_save"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_note_save&amp;action=history"/>
	<updated>2026-09-09T21:02:54Z</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_note_save&amp;diff=8426&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This will save the items in the object to the &lt;code&gt;[InvestigatorNote]&lt;/code&gt; table.  =Syntax= &lt;source lang=&quot;C&quot;&gt; int truxton_note_save( uint64_t note_handle ); &lt;/source&gt;  =Par...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_note_save&amp;diff=8426&amp;oldid=prev"/>
		<updated>2024-04-15T09:38:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This will save the items in the object to the &amp;lt;code&amp;gt;[InvestigatorNote]&amp;lt;/code&amp;gt; table.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; int truxton_note_save( uint64_t note_handle ); &amp;lt;/source&amp;gt;  =Par...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will save the items in the object to the &amp;lt;code&amp;gt;[InvestigatorNote]&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;
int truxton_note_save( uint64_t note_handle );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;note_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
This handle comes from calling &amp;lt;code&amp;gt;[[truxton_note_create]]()&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=Return value=&lt;br /&gt;
A non-zero value on success, zero on failure.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;12&amp;quot;&amp;gt;&lt;br /&gt;
void create_note( void )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t truxton = truxton_create();&lt;br /&gt;
&lt;br /&gt;
   uint64_t note = truxton_note_create( truxton_handle );&lt;br /&gt;
&lt;br /&gt;
   truxton_note_set_object_id( note, &amp;quot;65feb292-7995-137d-77cb-3ed80000000a&amp;quot; );&lt;br /&gt;
   truxton_note_set_investigation_id( note, &amp;quot;01da7796-a010-3685-0000-018902cb3b22&amp;quot; );&lt;br /&gt;
   truxton_note_set_text( note, &amp;quot;This is an interesting file.&amp;quot; );&lt;br /&gt;
   truxton_note_set_object_type( note, OBJECT_TYPE_FILE );&lt;br /&gt;
&lt;br /&gt;
   if ( truxton_note_save( note ) == 0 )&lt;br /&gt;
   {&lt;br /&gt;
      printf( &amp;quot;Cannot save investigation note to the database.\n&amp;quot; );&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
   truxton_note_destroy( note );&lt;br /&gt;
   truxton_destroy( truxton );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>