WM_EndScan

C Specification

#include <nitro/wm.h>

WMErrCode WM_EndScan( WMCallbackFunc callback );

Arguments

callback Designates the callback function to call when the asynchronous process completes. This callback is called from within the interrupt handler.

Return Values

Returns the results of the WMErrCode enumerated type process.

Description

Ends the scan for a parent This function is executable only when the WM is in the SCAN state. If the return value is WM_ERRCODE_OPERATING, a callback is generated after the scan termination process is complete.

See Also

WM_StartScan, WM_StartConnect, WM_Disconnect

Revision History

06/08/2005 Added statement about callbacks being called from the interrupt handler.
10/22/2004 Changed return value type.
07/29/2004 Added to Description
07/23/2004 Initial version