MB_GetTgid


C Specification

#include <nitro/mb.h>

u16 MB_GetTgid(void);

Description

Gets value of TGID specified by the MB_Init function.

This value cannot be changed after it is set, but the acquisition function has been provided for your convenience.

Arguments

None.

Return Values

Returns the TGID value specified by the MB_Init function.

See Also

MB_Init, MB_End

Revision History

10/05/2004 Initial version