<?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_get_opened</id>
	<title>Truxton investigation get opened - 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_get_opened"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_investigation_get_opened&amp;action=history"/>
	<updated>2026-09-09T18:29:48Z</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_get_opened&amp;diff=6492&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This retrieves the create date of the investigation. This corresponds to the &lt;code&gt;[Opened]&lt;/code&gt; column of the &lt;code&gt;[Investigation]&lt;/code&gt; table. It represents when this in...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_investigation_get_opened&amp;diff=6492&amp;oldid=prev"/>
		<updated>2023-05-30T09:06:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This retrieves the create date of the investigation. This corresponds to the &amp;lt;code&amp;gt;[Opened]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[Investigation]&amp;lt;/code&amp;gt; table. It represents when this in...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This retrieves the create date of the investigation.&lt;br /&gt;
This corresponds to the &amp;lt;code&amp;gt;[Opened]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[Investigation]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
It represents when this investigation was created in Truxton.&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_get_opened( 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 created by the [[truxton_investigation_create|truxton_investigation_create()]].&lt;br /&gt;
&lt;br /&gt;
=Return value=&lt;br /&gt;
The creation date of the investigation in [https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime FILETIME] ticks.&lt;br /&gt;
&lt;br /&gt;
=Sample=&lt;br /&gt;
&amp;lt;source lang=&amp;quot;C&amp;quot; highlight=&amp;quot;3&amp;quot;&amp;gt;&lt;br /&gt;
void print_valid( uint64_t investigation )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t creation_date = truxton_investigation_get_opened( investigation );&lt;br /&gt;
&lt;br /&gt;
   if ( creation_date == 0 )&lt;br /&gt;
   {&lt;br /&gt;
      printf( &amp;quot;The investigation has no opened date\n&amp;quot; );&lt;br /&gt;
   }&lt;br /&gt;
   else&lt;br /&gt;
   {&lt;br /&gt;
      printf( &amp;quot;The investigation has a opened date\n&amp;quot; );&lt;br /&gt;
   }&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>