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
5432c5d0
Commit
5432c5d0
authored
Jun 14, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shobjidl.idl: Added INewWindowManager declaration.
parent
44aa4503
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
shobjidl.idl
include/shobjidl.idl
+19
-0
No files found.
include/shobjidl.idl
View file @
5432c5d0
...
...
@@ -384,6 +384,25 @@ typedef enum tagNWMF {
NWMF_USERALLOWED
=
0
x0100
}
NWMF
;
[
uuid
(
d2bc4c84
-
3
f72
-
4
a52
-
a604
-
7b
cbf3982cbb
),
object
,
pointer_default
(
unique
)
]
interface
INewWindowManager
:
IUnknown
{
HRESULT
EvaluateNewWindow
(
[
in
,
string
]
LPCWSTR
pszUrl
,
[
in
,
string
]
LPCWSTR
pszName
,
[
in
,
string
]
LPCWSTR
pszUrlContext
,
[
in
,
string
]
LPCWSTR
pszFeatures
,
[
in
]
BOOL
fReplace
,
[
in
]
DWORD
dwFlags
,
[
in
]
DWORD
dwUserActionTime
)
;
}
cpp_quote
(
"#define SID_SNewWindowManager IID_INewWindowManager"
)
/*****************************************************************************
*
FOLDERSETTINGS
*/
...
...
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