<?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_file_add_note</id>
	<title>Truxton file add note - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_file_add_note"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_file_add_note&amp;action=history"/>
	<updated>2026-09-09T16:59:05Z</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_file_add_note&amp;diff=6011&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This will add a note to the the file. It will cause a record to be created in the &lt;code&gt;[InvestigatorNote]&lt;/code&gt; table.  =Syntax= &lt;source lang=&quot;C&quot;&gt; int truxton_file_add_note(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_file_add_note&amp;diff=6011&amp;oldid=prev"/>
		<updated>2022-10-01T12:40:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This will add a note to the the file. It will cause a record to be created in 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_file_add_note(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This will add a note to the the file.&lt;br /&gt;
It will cause a record to be created in 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_file_add_note( uint64_t file_handle, char const * text );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;file_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle created by the [[truxton_file_open_id]] or [[truxton_file_open_md5]] call.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt;==&lt;br /&gt;
The contents of the note.&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;5&amp;quot;&amp;gt;&lt;br /&gt;
void process_file( uint64_t truxton )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t file = truxton_file_open_md5( truxton, &amp;quot;9ec8fb6095c35eff2b236863b7caaf10&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
   truxton_file_add_note( file, &amp;quot;I processed this file.&amp;quot; );&lt;br /&gt;
   truxton_file_free( file );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>