Francois Gouget : netapi32: Add some lmuse.h constants.

Alexandre Julliard julliard at winehq.org
Mon Aug 1 13:22:12 CDT 2011


Module: wine
Branch: master
Commit: 2b8f18df47cb02685db4dc950ce45b5000e4eb12
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2b8f18df47cb02685db4dc950ce45b5000e4eb12

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Aug  1 15:52:56 2011 +0200

netapi32: Add some lmuse.h constants.

---

 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;




More information about the wine-cvs mailing list