include: Update RASCONN and error codes.
diff --git a/include/ras.h b/include/ras.h
index f90d25a..3a75f41 100644
--- a/include/ras.h
+++ b/include/ras.h
@@ -81,6 +81,10 @@
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 @@
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)