Fixed WNASPI32 ordinals.
[wine.git] / include / wnet.h
blob3729642a508c0cc8e79cff596569f5164be47c0a
1 /* Definitions for windows network service
2 *
3 * Copyright 1997 Andreas Mohr
4 */
5 #ifndef __WINE_WNET_H
6 #define __WINE_WNET_H
8 #include "winerror.h"
10 #define WNDN_MKDIR 1
11 #define WNDN_RMDIR 2
12 #define WNDN_MVDIR 3
14 #define WN_SUCCESS 0x0000
15 #define WN_NOT_SUPPORTED 0x0001
16 #define WN_NET_ERROR 0x0002
17 #define WN_MORE_DATA 0x0003
18 #define WN_BAD_POINTER 0x0004
19 #define WN_BAD_VALUE 0x0005
20 #define WN_BAD_PASSWORD 0x0006
21 #define WN_ACCESS_DENIED 0x0007
22 #define WN_FUNCTION_BUSY 0x0008
23 #define WN_WINDOWS_ERROR 0x0009
24 #define WN_BAD_USER 0x000A
25 #define WN_OUT_OF_MEMORY 0x000B
26 #define WN_CANCEL 0x000C
27 #define WN_CONTINUE 0x000D
28 #define WN_BAD_HANDLE ERROR_INVALID_HANDLE
29 #define WN_NOT_CONNECTED 0x0030
30 #define WN_OPEN_FILES 0x0031
31 #define WN_BAD_NETNAME 0x0032
32 #define WN_BAD_LOCALNAME 0x0033
33 #define WN_ALREADY_CONNECTED 0x0034
34 #define WN_DEVICE_ERROR 0x0035
35 #define WN_CONNECTION_CLOSED 0x0036
36 #define WN_NO_NETWORK ERROR_NO_NETWORK
38 #define WNNC_SPEC_VERSION 0x01
39 #define WNNC_NET_TYPE 0x02
40 #define WNNC_DRIVER_VERSION 0x03
41 #define WNNC_USER 0x04
42 /*#define WNNC_5 0x05*/
43 #define WNNC_CONNECTION 0x06
44 #define WNNC_PRINTING 0x07
45 #define WNNC_DIALOG 0x08
46 #define WNNC_ADMIN 0x09
47 #define WNNC_ERROR 0x0a
48 #define WNNC_PRINTMGREXT 0x0b
50 #define WNNC_NET_NONE 0x0
51 #define WNNC_NET_MSNet 0x1
52 #define WNNC_NET_LanMan 0x2
53 #define WNNC_NET_NetWare 0x3
54 #define WNNC_NET_Vines 0x4
55 #define WNNC_NET_10NET 0x5
56 #define WNNC_NET_Locus 0x6
57 #define WNNC_NET_SUN_PC_NFS 0x7
58 #define WNNC_NET_LANstep 0x8
59 #define WNNC_NET_9TILES 0x9
60 #define WNNC_NET_LANtastic 0xa
61 #define WNNC_NET_AS400 0xb
62 #define WNNC_NET_FTP_NFS 0xc
63 #define WNNC_NET_PATHWORKS 0xd
64 #define WNNC_NET_LifeNet 0xe
65 #define WNNC_NET_POWERLan 0xf
66 #define WNNC_NET_MultiNet 0x8000
68 #define WNNC_SUBNET_NONE 0x00
69 #define WNNC_SUBNET_MSNet 0x01
70 #define WNNC_SUBNET_LanMan 0x02
71 #define WNNC_SUBNET_WinWorkgroups 0x04
72 #define WNNC_SUBNET_NetWare 0x08
73 #define WNNC_SUBNET_Vines 0x10
74 #define WNNC_SUBNET_Other 0x80
76 #define WNNC_CON_AddConnection 0x0001
77 #define WNNC_CON_CancelConnection 0x0002
78 #define WNNC_CON_GetConnections 0x0004
79 #define WNNC_CON_AutoConnect 0x0008
80 #define WNNC_CON_BrowseDialog 0x0010
81 #define WNNC_CON_RestoreConnection 0x0020
83 #define WNNC_PRT_OpenJob 0x0002
84 #define WNNC_PRT_CloseJob 0x0004
85 #define WNNC_PRT_HoldJob 0x0010
86 #define WNNC_PRT_ReleaseJob 0x0020
87 #define WNNC_PRT_CancelJob 0x0040
88 #define WNNC_PRT_SetJobCopies 0x0080
89 #define WNNC_PRT_WatchQueue 0x0100
90 #define WNNC_PRT_UnwatchQueue 0x0200
91 #define WNNC_PRT_LockQueueData 0x0400
92 #define WNNC_PRT_UnlockQueueData 0x0800
93 #define WNNC_PRT_ChangeMsg 0x1000
94 #define WNNC_PRT_AbortJob 0x2000
95 #define WNNC_PRT_NoArbitraryLock 0x4000
96 #define WNNC_PRT_WriteJob 0x8000
98 #define WNNC_DLG_DeviceMode 0x0001
99 #define WNNC_DLG_BrowseDialog 0x0002
100 #define WNNC_DLG_ConnectDialog 0x0004
101 #define WNNC_DLG_DisconnectDialog 0x0008
102 #define WNNC_DLG_ViewQueueDialog 0x0010
103 #define WNNC_DLG_PropertyDialog 0x0020
104 #define WNNC_DLG_ConnectionDialog 0x0040
105 #define WNNC_DLG_PrinterConnectDialog 0x0080
106 #define WNNC_DLG_SharesDialog 0x0100
107 #define WNNC_DLG_ShareAsDialog 0x0200
109 #define WNNC_ADM_GetDirectoryType 0x0001
110 #define WNNC_ADM_DirectoryNotify 0x0002
111 #define WNNC_ADM_LongNames 0x0004
112 #define WNNC_ADM_SetDefaultDrive 0x0008
114 #define WNNC_ERR_GetError 0x0001
115 #define WNNC_ERR_GetErrorText 0x0002
117 #define WNDT_NORMAL 0x0
118 #define WNDT_NETWORK 0x1
120 #define WIN30X 0x0
121 #define WIN31X 0x1
122 #define WIN311X 0x2
123 #define WIN95X 0x3
124 #define WINNTX 0x4
125 #define WINOTHERX 0x5
126 #define WIN32X 0x6
128 typedef LPVOID LPNETRESOURCE16;
130 #endif /* __WINE_WNET_H */