include: Update RASCONN and error codes.

oldstable
Detlef Riekenberg 2008-09-08 05:20:26 +02:00 committed by Alexandre Julliard
parent 7dd099416e
commit e5ab43c256
2 changed files with 9 additions and 0 deletions

View File

@ -81,6 +81,10 @@ typedef struct tagRASCONNA {
CHAR szDeviceName[ RAS_MaxDeviceName + 1 ];
CHAR szPhonebook[ MAX_PATH ];
DWORD dwSubEntry;
GUID guidEntry;
DWORD dwFlags;
LUID luid;
GUID guidCorrelationId;
} RASCONNA,*LPRASCONNA;
typedef struct tagRASCONNW {
@ -91,6 +95,10 @@ typedef struct tagRASCONNW {
WCHAR szDeviceName[ RAS_MaxDeviceName + 1 ];
WCHAR szPhonebook[ MAX_PATH ];
DWORD dwSubEntry;
GUID guidEntry;
DWORD dwFlags;
LUID luid;
GUID guidCorrelationId;
} RASCONNW,*LPRASCONNW;
DECL_WINELIB_TYPE_AW(RASCONN)

View File

@ -21,6 +21,7 @@
#define RASBASE 600
#define ERROR_BUFFER_TOO_SMALL (RASBASE+3)
#define ERROR_BUFFER_INVALID (RASBASE+10)
#define ERROR_INVALID_SIZE (RASBASE+32)
#define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111)