DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

FWInitializeFrameWork(3sadm)


FWInitializeFrameWork -- initialize SCOadmin client communications data structure

Synopsis

CC ... -lsysadm -lvtcl -ltclx -ltcl -lsocket -lgen -lm

#include <scoadmin/basicIncl.h> #include <scoadmin/callBack.h> #include <scoadmin/statusLst.h> #include <scoadmin/CAPI.h>

frameWorkCClientData_cl *FWInitializeFrameWork();

Description

This procedure initializes the data structure used for communication between SCOadmin management applications (managers) and OSAs. A call to FWInitializeFrameWork() must preceed calls to FWInitObjectSubmission(), FWSubmitBmipResponseCallback(), or FWSubmitBmipEventCallBack(). FWShutdownFrameWork() should be called to free up the memory allocated to the data structure.

Arguments


frameWorkCClientData_cl *
This is the client data structure which is used in communications between SCOadmin managers and OSAs.

References

FWShutdownFrameWork(3sadm)
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004