LDAP_IOF_SOCKET_CALLBACK specifies the prototype for a callback function. If you define a function with this prototype and set it in the ldap_io_fns structure, your function will be called by your LDAP client.
This callback function is equivalent to the standard socket() network I/O function.
The prototype specified by this data type is:
typedef LBER_SOCKET (LDAP_C LDAP_CALLBACK
LDAP_IOF_SOCKET_CALLBACK)( int, int, int );
Last Updated: 10/01/98 17:05:28