VFIsAvailable

C Specification


#include <revolution/vf.h>

#define	VF_IS_UNAVAILABLE	(0)
#define	VF_IS_AVAILABLE		(1)

s32 VFIsAvailable( );

Arguments

None.

Return Values

When not initialized: VF_IS_UNAVAILABLE
After initialization: VF_IS_AVAILABLE

Description

Checks whether the VF library has been initialized.
This function returns VF_IS_AVAILABLE from the first call to VFInit until VFFinalize is called.

See Also

VFInit, VFFinalize

Revision History

2006/09/13


CONFIDENTIAL