.TH "globus_callout_handle" 3 "Version 4.3" "globus_callout" \" -*- nroff -*- .ad l .nh .SH NAME globus_callout_handle \- Callout Handle Operations .PP \- Manage a Globus Callout Handle structure\&. .SH SYNOPSIS .br .PP .SS "Typedefs" .in +1c .ti -1c .RI "typedef struct globus_i_callout_handle_s * \fBglobus_callout_handle_t\fP" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "globus_result_t \fBglobus_callout_handle_init\fP (\fBglobus_callout_handle_t\fP *handle)" .br .ti -1c .RI "globus_result_t \fBglobus_callout_handle_destroy\fP (\fBglobus_callout_handle_t\fP handle)" .br .in -1c .SH "Detailed Description" .PP Manage a Globus Callout Handle structure\&. This section defines operations for initializing and destroying Globus Callout Handle structure\&. .SH "Typedef Documentation" .PP .SS "typedef struct globus_i_callout_handle_s* \fBglobus_callout_handle_t\fP" Callout handle type definition .SH "Function Documentation" .PP .SS "globus_result_t globus_callout_handle_destroy (\fBglobus_callout_handle_t\fP handle)" Destroy a Globus Callout Handle .PP \fBParameters\fP .RS 4 \fIhandle\fP The handle that is to be destroyed .RE .PP \fBReturns\fP .RS 4 GLOBUS_SUCCESS .RE .PP .SS "globus_result_t globus_callout_handle_init (\fBglobus_callout_handle_t\fP * handle)" Initialize a Globus Callout Handle .PP \fBParameters\fP .RS 4 \fIhandle\fP Pointer to the handle that is to be initialized .RE .PP \fBReturns\fP .RS 4 This function returns GLOBUS_SUCCESS or a globus_result_t referring to an error object of one of the following types .RE .PP \fBReturn values\fP .RS 4 \fIGLOBUS_CALLOUT_ERROR_WITH_HASHTABLE\fP Hashtable initialization failed .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_callout from the source code\&.