/sys$common/syshlp/helplib.hlb System Services, $ICC OPEN ASSOC *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Declares an application association with ICC. On Alpha systems, this service accepts 64-bit addresses. Format SYS$ICC_OPEN_ASSOC assoc_handle ,[assoc_name] ,[logical_name] ,[logical_table] ,[conn_event_rtn] ,[disc_event_rtn] ,[recv_rtn] ,[maxflowbufcnt] ,[prot] C Prototype: int sys$icc_open_assoc (unsigned int *assoc_handle, void *assoc_name, void *logical_name, void *logical_table, void (*conn_event_rtn)(__unknown_params), void (*disc_event_rtn)(__unknown_params), void (*recv_rtn)(__unknown_params), unsigned int maxflowbufcnt, unsigned int prot);
Additional Information (explode) :
|