Commit e5ab43c2 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

include: Update RASCONN and error codes.

parent 7dd09941
...@@ -81,6 +81,10 @@ typedef struct tagRASCONNA { ...@@ -81,6 +81,10 @@ typedef struct tagRASCONNA {
CHAR szDeviceName[ RAS_MaxDeviceName + 1 ]; CHAR szDeviceName[ RAS_MaxDeviceName + 1 ];
CHAR szPhonebook[ MAX_PATH ]; CHAR szPhonebook[ MAX_PATH ];
DWORD dwSubEntry; DWORD dwSubEntry;
GUID guidEntry;
DWORD dwFlags;
LUID luid;
GUID guidCorrelationId;
} RASCONNA,*LPRASCONNA; } RASCONNA,*LPRASCONNA;
typedef struct tagRASCONNW { typedef struct tagRASCONNW {
...@@ -91,6 +95,10 @@ typedef struct tagRASCONNW { ...@@ -91,6 +95,10 @@ typedef struct tagRASCONNW {
WCHAR szDeviceName[ RAS_MaxDeviceName + 1 ]; WCHAR szDeviceName[ RAS_MaxDeviceName + 1 ];
WCHAR szPhonebook[ MAX_PATH ]; WCHAR szPhonebook[ MAX_PATH ];
DWORD dwSubEntry; DWORD dwSubEntry;
GUID guidEntry;
DWORD dwFlags;
LUID luid;
GUID guidCorrelationId;
} RASCONNW,*LPRASCONNW; } RASCONNW,*LPRASCONNW;
DECL_WINELIB_TYPE_AW(RASCONN) DECL_WINELIB_TYPE_AW(RASCONN)
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#define RASBASE 600 #define RASBASE 600
#define ERROR_BUFFER_TOO_SMALL (RASBASE+3) #define ERROR_BUFFER_TOO_SMALL (RASBASE+3)
#define ERROR_BUFFER_INVALID (RASBASE+10)
#define ERROR_INVALID_SIZE (RASBASE+32) #define ERROR_INVALID_SIZE (RASBASE+32)
#define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111) #define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment