home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
INCLUDE
/
WNET.CH
< prev
Wrap
Text File
|
1994-10-08
|
641b
|
30 lines
////////////////////////////
//
// Clip-4-Win WNet*() (Windows networking) definitions
//
// Copyright (C) 1994 Skelton Software, Kendal Cottage, Hillam, Leeds, UK.
// All Rights Reserved.
//
////////////////////////////
#ifndef C4W_WNET_CH
#define C4W_WNET_CH
#define WN_SUCCESS 0
#define WN_NOT_SUPPORTED 1
#define WN_NET_ERROR 2
#define WN_OPEN_FILES 49
#define WNBD_CONN_DISKTREE 1
#define WNBD_CONN_PRINTQ 3
#define WNTYPE_DRIVE 1
#define WNTYPE_FILE 2
#define WNTYPE_PRINTER 3
#define WNTYPE_COMM 4
// handle Clipper 10-char limit:
#define WNetGetErrorText WNetErrorText
#endif // C4W_WNET_CH