<?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_investigation_initialize_findings</id>
	<title>Truxton investigation initialize findings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_investigation_initialize_findings"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_investigation_initialize_findings&amp;action=history"/>
	<updated>2026-09-09T15:58:00Z</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_investigation_initialize_findings&amp;diff=6500&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This creates the &quot;My Findings&quot; group for this investigation.  =Syntax= &lt;source lang=&quot;C&quot;&gt; uint64_t truxton_investigation_initialize_findings( uint64_t investigation_handle ); &lt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_investigation_initialize_findings&amp;diff=6500&amp;oldid=prev"/>
		<updated>2023-05-30T09:45:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This creates the &amp;quot;My Findings&amp;quot; group for this investigation.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; uint64_t truxton_investigation_initialize_findings( uint64_t investigation_handle ); &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This creates the &amp;quot;My Findings&amp;quot; group for this investigation.&lt;br /&gt;
&lt;br /&gt;
=Syntax=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
uint64_t truxton_investigation_initialize_findings( uint64_t investigation_handle );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;investigation_handle &amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle to the investigation object.&lt;br /&gt;
This handle comes from calling &amp;lt;code&amp;gt;[[truxton_investigation_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;
=Note=&lt;br /&gt;
This method is automatically called for you when &amp;lt;code&amp;gt;[[truxton_investigation_save]]()&amp;lt;/code&amp;gt; is executed.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;6&amp;quot;&amp;gt;&lt;br /&gt;
void my_findings( void )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t truxton = truxton_create();&lt;br /&gt;
   uint64_t investigation = truxton_investigation_open_id( truxton, &amp;quot;466C796E-6E27-7320-696E-6E6F63656E74&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
   if ( truxton_investigation_initialize_findings( investigation ) == 0 )&lt;br /&gt;
   {&lt;br /&gt;
      printf(&amp;quot;Cannot initialize my findings.\n&amp;quot;);&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
   truxton_investigation_destroy( investigation );&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>