ENV_GetClass

C Specification

#include <nitro/env.h>
char* ENV_GetClass( void );
  

Arguments

None.

Return Values

Gets the currently-configured class name.

Description

Obtains the current setting value for the interpolated class name when it is omitted from the argument of a function that requires a resource name.

Configuration is performed with ENV_SetClass(). For details, refer to the section about that function.

Note:
The character string pointer that can be obtained here points to the class character string region kept inside the library. The user should not make any direct changes to this region.

See Also

ENV_Init, ENV_SetClass

Revision History

2005/08/17 Initial version.


CONFIDENTIAL