<?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_sensitive_site_list_open_id</id>
	<title>Truxton sensitive site list open id - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Truxton_sensitive_site_list_open_id"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_sensitive_site_list_open_id&amp;action=history"/>
	<updated>2026-09-09T18:43: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_sensitive_site_list_open_id&amp;diff=5254&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This retrieves a sensitive site list from Truxton by its [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID].  =Syntax= &lt;source lang=&quot;C&quot;&gt; uint64_t truxton_sensi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_sensitive_site_list_open_id&amp;diff=5254&amp;oldid=prev"/>
		<updated>2021-09-21T17:17:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This retrieves a sensitive site list from Truxton by its [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID].  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; uint64_t truxton_sensi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This retrieves a sensitive site list from Truxton by its [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID].&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_sensitive_site_list_open_id( uint64_t truxton_handle, char const * guid_string );&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 Truxton instance this list exists in.&lt;br /&gt;
This handle comes from calling &amp;lt;code&amp;gt;[[truxton_create]]()&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;code&amp;gt;guid_string&amp;lt;/code&amp;gt;==&lt;br /&gt;
The string representation of the identifier of the list to get in Truxton.&lt;br /&gt;
This corresponds to the &amp;lt;code&amp;gt;[ID]&amp;lt;/code&amp;gt; column of the &amp;lt;code&amp;gt;[SensitiveSiteList]&amp;lt;/code&amp;gt; table.&lt;br /&gt;
&lt;br /&gt;
=Return value=&lt;br /&gt;
A handle to a sensitive site list object.&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 destroy_my_list( uint64_t truxton )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t ssl = truxton_sensitive_site_list_open_id( truxton, &amp;quot;ED1E0F5E-1AD0-7A14-A053-04D8DB47BC4C&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
   truxton_sensitive_site_list_delete( ssl );&lt;br /&gt;
   truxton_sensitive_site_list_destroy( ssl );&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>