<?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_save</id>
	<title>Truxton sensitive site list 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_sensitive_site_list_save"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_sensitive_site_list_save&amp;action=history"/>
	<updated>2026-09-09T15:59:29Z</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_save&amp;diff=4987&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;This saves the list data to the database. It creates a record in the &lt;code&gt;[SensitiveSiteList]&lt;/code&gt; table.  =Syntax= &lt;source lang=&quot;C&quot;&gt; int truxton_sensitive_site_list_save(...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=Truxton_sensitive_site_list_save&amp;diff=4987&amp;oldid=prev"/>
		<updated>2021-05-25T18:47:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This saves the list data to the database. It creates a record in the &amp;lt;code&amp;gt;[SensitiveSiteList]&amp;lt;/code&amp;gt; table.  =Syntax= &amp;lt;source lang=&amp;quot;C&amp;quot;&amp;gt; int truxton_sensitive_site_list_save(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This saves the list data to the database.&lt;br /&gt;
It creates a record in the &amp;lt;code&amp;gt;[SensitiveSiteList]&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_sensitive_site_list_save( uint64_t ssl_handle );&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Parameters=&lt;br /&gt;
==&amp;lt;code&amp;gt;ssl_handle&amp;lt;/code&amp;gt;==&lt;br /&gt;
The handle to the list object.&lt;br /&gt;
This handle comes from calling &amp;lt;code&amp;gt;[[truxton_sensitive_site_list_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;10&amp;quot;&amp;gt;&lt;br /&gt;
void create_list( uint64_t truxton )&lt;br /&gt;
{&lt;br /&gt;
   uint64_t ssl = truxton_sensitive_site_list_create( truxton );&lt;br /&gt;
&lt;br /&gt;
   truxton_sensitive_site_list_set_id( ssl, &amp;quot;ED1E0F5E-1AD0-7A14-A053-04D8DB47BC4C&amp;quot; );&lt;br /&gt;
   truxton_sensitive_site_list_set_name( ssl, &amp;quot;A couple of places&amp;quot; );&lt;br /&gt;
   truxton_sensitive_site_list_set_description( ssl, &amp;quot;My list of places&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
   // Commit the data to the database&lt;br /&gt;
   truxton_sensitive_site_list_save( ssl );&lt;br /&gt;
&lt;br /&gt;
   // Now add some sites to our list&lt;br /&gt;
   truxton_sensitive_site_list_add( ssl, 39.136001, -77.701114, 100, &amp;quot;Lothar's&amp;quot;, NULL );&lt;br /&gt;
   truxton_sensitive_site_list_add( ssl, 28.421, -81.57985, 100, &amp;quot;Illegal Fishing HQ&amp;quot;, &amp;quot;22222222-0000-0000-0000-000000000000&amp;quot;);&lt;br /&gt;
&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>