

#include <nitro/wm.h>
WMErrCode WM_Finish( void );
None.
Returns the results of the WMErrCode enumerated type process.
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 is called automatically after the callback for WM_End indicates successful completion.
WM_Init, WM_Enable, WM_PowerOn, WM_PowerOff, WM_Disable, WM_Initialize, WM_End
2004/10/22 Changed return value types.
2004/09/11 Initial version.
CONFIDENTIAL