NWGetFSDriveMapTable(3nw)


NWGetFSDriveMapTable -- returns NetWare server's Drive Mapping Table

Synopsis

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

NWCCODE N_API NWGetFSDriveMapTable (NWCONN_HANDLE conn, DRV_MAP_TABLE N_FAR * tableBuffer);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

tableBuffer
(OUT) Points to DRV_MAP_TABLE.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x89C6
NO_CONSOLE_PRIVILEGES

Notices

To call NWGetFSDriveMapTable, you must have console operator rights.

If the calling station does not have operator privileges, No Console Rights is returned.

Services

File Server Environment

NCP calls

0x2222 23 215
Get Drive Mapping Table

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