Next Previous Contents

36. SLallocate_load_type

Synopsis

Allocate a SLang_Load_Type object

Usage

SLang_Load_Type *SLallocate_load_type (char *name)

Description

The SLallocate_load_type function allocates and initializes space for a SLang_Load_Type object and returns it. Upon failure, the function returns NULL. The parameter name must uniquely identify the object. For example, if the object represents a file, then name could be the absolute path name of the file.

See Also

SLdeallocate_load_type, SLang_load_object


Next Previous Contents