WPADInit

C Specification

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

Arguments

None.

Return Values

None.

Description

Performs initialization for the WPAD APIs. The WPADRegisterAllocator function must be called before this function.This function must be called once before calling any other WPAD API function.

See Also

WPAD Functions
WPADRegisterAllocator

Revision History

06/19/2006 Added explanation of the need to call the WPADRegisterAllocator function in advance.
08/01/2006 Initial version.


CONFIDENTIAL