#include <nwbindry.h> or #include <nwcalls.h>NWCCODE N_API NWCloseBindery (NWCONN_HANDLE conn);
NWCloseBindery is not supported on NetWare 4.x since 4.x only supports bindery emulation. Direct access of the bindery is not possible on NetWare 4.x. and above.
Because the bindery files contain all the information about the NetWare server's clients, the bindery should be archived on a regular basis. However, the NetWare server keeps bindery files opened and locked at all times so that they cannot be accessed directly. Therefore, for bindery files to be archived, the bindery must be closed with NWCloseBindery.
After the bindery files have been archived, NWOpenBindery returns control of the bindery files to the NetWare server. While the bindery is closed, much of the functionality of the network is disabled.