Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e5ab43c2
Commit
e5ab43c2
authored
Sep 08, 2008
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Sep 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Update RASCONN and error codes.
parent
7dd09941
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ras.h
include/ras.h
+8
-0
raserror.h
include/raserror.h
+1
-0
No files found.
include/ras.h
View file @
e5ab43c2
...
...
@@ -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
)
...
...
include/raserror.h
View file @
e5ab43c2
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment