WPADStopSimpleSync

C Specification

#include <revolution/wpad.h>

BOOL WPADStopSimpleSync( void )

Arguments

None.

Return Values

Returns TRUE if the stopping of the simple registration is successfully started. If unsuccessful, returns FALSE. Also, the stop process is successful if the return value from the WPADGetStatus function is WPAD_STATE_SETUP.

Description

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 WPADSetSimpleSyncCallback, that callback function is called after registration completes.

See Also

WPAD Functions
WPADStartSimpleSync, WPADSetSimpleSyncCallback

Revision History

2006/09/12 Changed the function return value.
2006/08/15 Initial version.


CONFIDENTIAL