osViGetCurrentMode

osViGetCurrentMode

Function

osViGetCurrentMode

Get the current mode type of the VI

Syntax

#include <ultra64.h>        /* os.h */
u32 osViGetCurrentMode(void);

Argument

None.

Return Value

Current VI mode type

Description

This function returns the type of the VI mode currently being used. See "See Also "(VI Mode Type List)" in osViSetMode for the mode types.

See Also

osViGetStatus, osViSetMode

Revision History

02/01/99 Completely revised.