home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcc
/
v08n03
/
netwrk.exe
/
DOSRIFS.ZIP
/
RIFSSRC.ZIP
/
RCLIENT.H
< prev
next >
Wrap
Text File
|
1994-10-08
|
597b
|
20 lines
#ifndef rclient_h
#define rclient_h
enum {
RCLIENT_QUERY, /* return AX = 0x1234 if client */
RCLIENT_UNLOAD,
RCLIENT_REMAP, /* BH = local, BL = remote */
RCLIENT_UNMAP, /* BL = drive to unmap */
RCLIENT_UNMAPALL,
RCLIENT_GETXLAT, /* ES:BX --> xlate table (BYTE *) */
RCLIENT_GETSTAT, /* ES:BX --> IFS_STAT */
RCLIENT_GETPORTXLAT, /* ES:BX --> xlate table for ports */
RSERVER_QUERY, /* return AX = 0x4321 if server */
RSERVER_UNLOAD,
RSERVER_GETSTAT, /* ES:BX --> IFS_STAT */
RSERVER_RESET /* close any open files */
};
#endif