1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>WPADStopSimpleSync</title> 10</head> 11 12<body> 13 14<h1>WPADStopSimpleSync</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/wpad.h> 19 20BOOL WPADStopSimpleSync( void ); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<p> 28Returns <CODE>TRUE</CODE> if the process to stop the simple pairing is successfully started. If unsuccessful, returns <CODE>FALSE</CODE>. Also, the stop process is successful if the return value from the <a href="./WPADGetStatus.html"><code>WPADGetStatus</code></a> function is <code>WPAD_STATE_SETUP</code>. 29</p> 30<H2>Description</H2> 31<P>Terminates simple pairing. If simple registration is taking place when this is called, it is terminated when that process is complete. If a callback function has been registered using the function <a href="./WPADSetSimpleSyncCallback.html"><code>WPADSetSimpleSyncCallback</code></a>, that callback function is called after registration completes.</P> 32 33<h2>See Also</h2> 34<p class="reference"> 35<A href="./WPADStartSimpleSync.html">WPADStartSimpleSync</A>, 36<A href="./WPADSetSimpleSyncCallback.html">WPADSetSimpleSyncCallback</A> 37</p> 38 39<H2>Revision History</H2> 40<P> 412006/09/12 Changed the function return value.<br>2006/08/15 Initial version.<br> 42</P> 43<hr><p>CONFIDENTIAL</p></body> 44</html>