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
7b67d4f5
Commit
7b67d4f5
authored
Dec 19, 2010
by
David Hedberg
Committed by
Alexandre Julliard
Dec 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IShellItem2 interface declaration.
parent
dfc2f20b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
0 deletions
+69
-0
shobjidl.idl
include/shobjidl.idl
+69
-0
No files found.
include/shobjidl.idl
View file @
7b67d4f5
...
...
@@ -389,6 +389,75 @@ interface IShellItem : IUnknown
[
out
]
int
*
piOrder
)
;
}
/*****************************************************************************
*
IShellItem2
interface
*/
[
object
,
uuid
(
7
E9FB0D3
-
919
F
-
4307
-
AB2E
-
9B1860310
C93
),
pointer_default
(
unique
)
]
interface
IShellItem2
:
IShellItem
{
HRESULT
GetPropertyStore
(
[
in
]
GETPROPERTYSTOREFLAGS
flags
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
ppv
)
;
HRESULT
GetPropertyStoreWithCreateObject
(
[
in
]
GETPROPERTYSTOREFLAGS
flags
,
[
in
]
IUnknown
*
punkCreateObject
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
ppv
)
;
HRESULT
GetPropertyStoreForKeys
(
[
in
,
size_is
(
cKeys
)
]
const
PROPERTYKEY
*
rgKeys
,
[
in
]
UINT
cKeys
,
[
in
]
GETPROPERTYSTOREFLAGS
flags
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
ppv
)
;
HRESULT
GetPropertyDescriptionList
(
[
in
]
REFPROPERTYKEY
keyType
,
[
in
]
REFIID
riid
,
[
out
,
iid_is
(
riid
)
]
void
**
ppv
)
;
HRESULT
Update
(
[
in
,
unique
]
IBindCtx
*
pbc
)
;
HRESULT
GetProperty
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
PROPVARIANT
*
ppropvar
)
;
HRESULT
GetCLSID
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
CLSID
*
pclsid
)
;
HRESULT
GetFileTime
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
FILETIME
*
pft
)
;
HRESULT
GetInt32
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
int
*
pi
)
;
HRESULT
GetString
(
[
in
]
REFPROPERTYKEY
key
,
[
out
,
string
]
LPWSTR
*
ppsz
)
;
HRESULT
GetUInt32
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
ULONG
*
pui
)
;
HRESULT
GetUInt64
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
ULONGLONG
*
pull
)
;
HRESULT
GetBool
(
[
in
]
REFPROPERTYKEY
key
,
[
out
]
BOOL
*
pf
)
;
}
typedef
enum
tagNWMF
{
NWMF_UNLOADING
=
0
x0001
,
NWMF_USERINITED
=
0
x0002
,
...
...
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