DATASERV (kdataman) functions


LIBRARY ROUTINE

kdms_close_hook - insert a service to be called when an object is closed.

LIBRARY CALL

kfunc_int 
kdms_close_hook(
   kobject   object, 
   kfunc_int func)

INPUT

OUTPUT

none

RETURN VALUE

The close_hook that was assigned prior to this new assignment.

DESCRIPTION

This function is used to insert a special function that is called immediately before an object is closed (after a call to kdms_close) that can perform any cleanup that may be required before the object is written if it is an output object.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DATASERV/objects/library/kdataman/src/public.c

SEE ALSO

kdataman(3)

COPYRIGHT

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