Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 17 Data Types and Structures

LDAP_IOF_SELECT_CALLBACK

LDAP_IOF_SELECT_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 select() I/O function.

The prototype specified by this data type is:

typedef int (LDAP_C LDAP_CALLBACK 
LDAP_IOF_SELECT_CALLBACK)( int, fd_set *, fd_set *, fd_set *,
   struct timeval * );

Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:05:28