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 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/wpad.h> 21 22BOOL WPADStopSimpleSync( void )</code></pre> 23 </dd> 24</dl> 25 26<h2>Arguments</h2> 27<p>None.</p> 28<h2>Return Values</h2> 29<p> 30Returns <code>TRUE</code> if the stopping of the simple registration 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>. 31</p> 32<H2>Description</H2> 33<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> 34 35<h2>See Also</h2> 36<p> 37<A href="./toc.html" target="contents">WPAD Functions</A><br> <A href="./WPADStartSimpleSync.html"><CODE>WPADStartSimpleSync</CODE></A>, <A href="./WPADSetSimpleSyncCallback.html"><CODE>WPADSetSimpleSyncCallback</CODE></A><br> 38</p> 39 40<H2>Revision History</H2> 41<P> 422006/09/12 Changed the function return value.<br> 2006/08/15 Initial version.<br> 43</P> 44<hr> 45<P>CONFIDENTIAL</p> 46</BODY> 47</HTML>