LDAP_TF_GET_ERRNO_CALLBACK specifies the prototype for a callback function. This function is called by your LDAP client when it needs to get the value of the errno variable for a thread.
The prototype specified by this data type is:
typedef int (LDAP_C LDAP_CALLBACK LDAP_TF_GET_ERRNO_CALLBACK)( void );For more details on the
errno variable, see ldap_thread_fns.
Last Updated: 10/01/98 17:05:28