BOOTSTRAP (kcms) functions


LIBRARY ROUTINE

kcms_create_cmobj - create a new program or library object

LIBRARY CALL

kobject
kcms_create_cmobj(
   kobject  toolbox,
   kstring  oname,
   unsigned long otype)

INPUT

OUTPUT

none

RETURN VALUE

An object reference for the newly created software object, or NULL if the object could not be created. In the latter case, errno is set to signify the error.

DESCRIPTION

This routine creates the necessary files (on disk) for a template software object. An object reference (of type kobject) is returned for the new object, which can then be configured by setting object attributes.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kcms/src/cmobj.c

SEE ALSO

kcms(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.