NWOpenBindery(3nw)


NWOpenBindery -- reopens NetWare server bindery after NWCloseBindery

Synopsis

   #include <nwbindry.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWOpenBindery (NWCONN_HANDLE conn);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x89FF
HARDWARE_FAILURE

Notices

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.

NWOpenBindery 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.

The bindery files are normally kept open and locked. Therefore, NWOpenBindery is required only after calling NWCloseBindery.

Only SUPERVISOR or a bindery object with SUPERVISOR security equivalence can open the bindery.

Services

Bindery

NCP calls

0x2222 23 69
Open Bindery

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.