WM_GetNextTgid

C Specification

#include <nitro/wm.h>

u16 WM_GetNextTgid( void );

Arguments

None.

Return Values

The first time it is called, it returns a TGID value based on the RTC. After that, it returns the previous return value incremented by 1.

Description

Returns a TGID value that is automatically generated according to the following rules:

See Also

WM_SetParentParameter

Revision History

04/11/2005 Initial version.