netapi32: Add some lmuse.h constants.

Francois Gouget fgouget at free.fr
Mon Aug 1 08:52:56 CDT 2011


---
 include/lmuse.h |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/include/lmuse.h b/include/lmuse.h
index 043cfac..66b3627 100644
--- a/include/lmuse.h
+++ b/include/lmuse.h
@@ -25,6 +25,28 @@ extern "C" {
 #include "lmcons.h"
 #include "lmuseflg.h"
 
+
+#define USE_LOCAL_PARMNUM          1
+#define USE_REMOTE_PARMNUM         2
+#define USE_PASSWORD_PARMNUM       3
+#define USE_ASGTYPE_PARMNUM        4
+#define USE_USERNAME_PARMNUM       5
+#define USE_DOMAINNAME_PARMNUM     6
+
+#define USE_OK                     0
+#define USE_PAUSED                 1
+#define USE_SESSLOST               2
+#define USE_DISCONN                USE_SESSLOST
+#define USE_NETERR                 3
+#define USE_CONN                   4
+#define USE_RECONN                 5
+
+#define USE_WILDCARD               ((DWORD)-1)
+#define USE_DISKDEV                0
+#define USE_SPOOLDEV               1
+#define USE_CHARDEV                2
+#define USE_IPC                    3
+
 typedef struct _USE_INFO_1
 {
     LMSTR ui1_local;
-- 
1.7.5.4




More information about the wine-patches mailing list