Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8160170d
Commit
8160170d
authored
Mar 02, 2004
by
Christian Costa
Committed by
Alexandre Julliard
Mar 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for RasGetEntryPropertiesA.
parent
872ed63b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
rasapi.c
dlls/rasapi32/rasapi.c
+11
-0
rasapi32.spec
dlls/rasapi32/rasapi32.spec
+1
-1
No files found.
dlls/rasapi32/rasapi.c
View file @
8160170d
...
...
@@ -324,3 +324,14 @@ DWORD WINAPI RasValidateEntryNameW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry) {
FIXME
(
"(%s,%s), stub!
\n
"
,
debugstr_w
(
lpszPhonebook
),
debugstr_w
(
lpszEntry
));
return
0
;
}
/**************************************************************************
* RasGetEntryPropertiesA [RASAPI32.@]
*/
DWORD
WINAPI
RasGetEntryPropertiesA
(
LPCSTR
lpszPhonebook
,
LPCSTR
lpszEntry
,
LPRASENTRYA
lpRasEntry
,
LPDWORD
lpdwEntryInfoSize
,
LPBYTE
lpbDeviceInfo
,
LPDWORD
lpdwDeviceInfoSize
)
{
FIXME
(
"(%s,%s,%p,%p,%p,%p), stub!
\n
"
,
lpszPhonebook
,
lpszEntry
,
lpRasEntry
,
lpdwEntryInfoSize
,
lpbDeviceInfo
,
lpdwDeviceInfoSize
);
return
0
;
}
dlls/rasapi32/rasapi32.spec
View file @
8160170d
...
...
@@ -39,7 +39,7 @@
@ stub RasGetCredentialsW
@ stdcall RasGetEntryDialParamsA(str ptr ptr)
@ stub RasGetEntryDialParamsW
@ st
ub RasGetEntryPropertiesA
@ st
dcall RasGetEntryPropertiesA(str str ptr ptr ptr ptr)
@ stub RasGetEntryPropertiesW
@ stub RasGetErrorStringA
@ stub RasGetErrorStringW
...
...
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