#include <nitro/wm.h>
WMErrCode WM_Finish( void );
Closes the WM library
Unlike the WM_End function, this synchronous function processes only on the ARM9 side. If the wireless hardware was in use and you want to close the WM library, you must first call WM_PowerOff and WM_Disable to stop the wireless hardware. This function will be called automatically after the callback for WM_End indicates successful completion.
None.
Returns the process result as a WMErrCode enumerated type.
WM_Init, WM_Enable, WM_PowerOn, WM_PowerOff, WM_Disable, WM_Initialize, WM_End
10/22/2004 Changed return value type
09/11/2004 Initial version