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
fa9d4e4f
Commit
fa9d4e4f
authored
Nov 01, 2000
by
Juergen Schmied
Committed by
Alexandre Julliard
Nov 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export SHGetSettings by name. New stub for shell.68.
parent
6ce752ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
shell32.spec
dlls/shell32/shell32.spec
+2
-1
shellord.c
dlls/shell32/shellord.c
+10
-1
No files found.
dlls/shell32/shell32.spec
View file @
fa9d4e4f
...
...
@@ -74,7 +74,7 @@ import kernel32.dll
65 stub InvalidateDriveType
66 stub IsNetDrive
67 stdcall Shell_MergeMenus (long long long long long long) Shell_MergeMenus
68 stdcall SHGetSet
tings(ptr long) SHG
etSettings
68 stdcall SHGetSet
Settings(long long long) SHGetS
etSettings
69 stub SHGetNetResource
70 stdcall SHCreateDefClassObject(long long long long long)SHCreateDefClassObject
71 stdcall Shell_GetImageList(ptr ptr) Shell_GetImageList
...
...
@@ -388,6 +388,7 @@ import kernel32.dll
@ stdcall SHGetPathFromIDList(ptr ptr)SHGetPathFromIDListAW
@ stdcall SHGetPathFromIDListA(long long)SHGetPathFromIDListA
@ stdcall SHGetPathFromIDListW(long long)SHGetPathFromIDListW
@ stdcall SHGetSettings(ptr long) SHGetSettings
@ stdcall SHGetSpecialFolderLocation(long long ptr)SHGetSpecialFolderLocation
@ stdcall SHHelpShortcuts_RunDLL(long long long long) SHHelpShortcuts_RunDLL
@ stub SHHelpShortcuts_RunDLLA@16
...
...
dlls/shell32/shellord.c
View file @
fa9d4e4f
...
...
@@ -103,11 +103,20 @@ BOOL WINAPI GetFileNameFromBrowse(
}
/*************************************************************************
* SHGetSettings [SHELL32.68]
* SHGetSetSettings [SHELL32.68]
*/
VOID
WINAPI
SHGetSetSettings
(
DWORD
x
,
DWORD
y
,
DWORD
z
)
{
FIXME
(
"0x%08lx 0x%08lx 0x%08lx
\n
"
,
x
,
y
,
z
);
}
/*************************************************************************
* SHGetSettings [SHELL32.@]
*
* NOTES
* the registry path are for win98 (tested)
* and possibly are the same in nt40
*
*/
VOID
WINAPI
SHGetSettings
(
LPSHELLFLAGSTATE
lpsfs
,
DWORD
dwMask
)
{
...
...
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