WPADShutdown

C Specification

#include <revolution/wpad.h>
  
void WPADShutdown( void );

Arguments

None.

Return Values

None.

Description

Shuts down the WPAD library. When this function is called, the WPAD Library disconnects all controllers that are communicating and releases the work memory. The process takes some time, so verify that this termination process has completed by calling the WPADGetStatus function.

See Also

WPAD Functions
WPADGetStatus

Revision History

08/21/2006 Added a description of the termination process.
06/19/2006 Initial version.


CONFIDENTIAL