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
f0df2b2c
Commit
f0df2b2c
authored
May 19, 2003
by
Robert Shearman
Committed by
Alexandre Julliard
May 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a PIDL type For Network Provider.
parent
30f84a33
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
debughlp.c
dlls/shell32/debughlp.c
+1
-0
pidl.c
dlls/shell32/pidl.c
+1
-0
pidl.h
dlls/shell32/pidl.h
+2
-0
No files found.
dlls/shell32/debughlp.c
View file @
f0df2b2c
...
@@ -88,6 +88,7 @@ LPSTR _dbg_ILGetTextPointer(LPCITEMIDLIST pidl)
...
@@ -88,6 +88,7 @@ LPSTR _dbg_ILGetTextPointer(LPCITEMIDLIST pidl)
case
PT_WORKGRP
:
case
PT_WORKGRP
:
case
PT_COMP
:
case
PT_COMP
:
case
PT_NETWORK
:
case
PT_NETWORK
:
case
PT_NETPROVIDER
:
case
PT_SHARE
:
case
PT_SHARE
:
return
(
LPSTR
)
&
(
pdata
->
u
.
network
.
szNames
);
return
(
LPSTR
)
&
(
pdata
->
u
.
network
.
szNames
);
}
}
...
...
dlls/shell32/pidl.c
View file @
f0df2b2c
...
@@ -1595,6 +1595,7 @@ LPSTR _ILGetTextPointer(LPCITEMIDLIST pidl)
...
@@ -1595,6 +1595,7 @@ LPSTR _ILGetTextPointer(LPCITEMIDLIST pidl)
case
PT_WORKGRP
:
case
PT_WORKGRP
:
case
PT_COMP
:
case
PT_COMP
:
case
PT_NETWORK
:
case
PT_NETWORK
:
case
PT_NETPROVIDER
:
case
PT_SHARE
:
case
PT_SHARE
:
return
(
LPSTR
)
&
(
pdata
->
u
.
network
.
szNames
);
return
(
LPSTR
)
&
(
pdata
->
u
.
network
.
szNames
);
}
}
...
...
dlls/shell32/pidl.h
View file @
f0df2b2c
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
* valueW 0x34 file (Unicode file name)
* valueW 0x34 file (Unicode file name)
* workgroup 0x41 network (3)
* workgroup 0x41 network (3)
* computer 0x42 network (4)
* computer 0x42 network (4)
* net provider 0x46 network
* whole network 0x47 network (5)
* whole network 0x47 network (5)
* MSITStore 0x61 htmlhlp (7)
* MSITStore 0x61 htmlhlp (7)
* history/favorites 0xb1 file
* history/favorites 0xb1 file
...
@@ -91,6 +92,7 @@
...
@@ -91,6 +92,7 @@
#define PT_VALUE 0x32
#define PT_VALUE 0x32
#define PT_WORKGRP 0x41
#define PT_WORKGRP 0x41
#define PT_COMP 0x42
#define PT_COMP 0x42
#define PT_NETPROVIDER 0x46
#define PT_NETWORK 0x47
#define PT_NETWORK 0x47
#define PT_IESPECIAL1 0x61
#define PT_IESPECIAL1 0x61
#define PT_IESPECIAL2 0xb1
#define PT_IESPECIAL2 0xb1
...
...
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