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
df1a5cb9
Commit
df1a5cb9
authored
Dec 28, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move the ITargetFramePriv* interfaces to htiface.idl.
parent
4628c52c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
87 additions
and
61 deletions
+87
-61
.gitignore
.gitignore
+1
-0
uuid.c
dlls/uuid/uuid.c
+1
-0
Makefile.in
include/Makefile.in
+1
-0
htiface.idl
include/htiface.idl
+84
-0
htiframe.idl
include/htiframe.idl
+0
-61
No files found.
.gitignore
View file @
df1a5cb9
...
@@ -166,6 +166,7 @@ include/exdisp.h
...
@@ -166,6 +166,7 @@ include/exdisp.h
include/fusion.h
include/fusion.h
include/gameux.h
include/gameux.h
include/hlink.h
include/hlink.h
include/htiface.h
include/htiframe.h
include/htiframe.h
include/httprequest.h
include/httprequest.h
include/iads.h
include/iads.h
...
...
dlls/uuid/uuid.c
View file @
df1a5cb9
...
@@ -69,6 +69,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
...
@@ -69,6 +69,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "hlink.h"
#include "hlink.h"
#include "optary.h"
#include "optary.h"
#include "indexsrv.h"
#include "indexsrv.h"
#include "htiface.h"
#include "htiframe.h"
#include "htiframe.h"
#include "urlhist.h"
#include "urlhist.h"
#include "hlguids.h"
#include "hlguids.h"
...
...
include/Makefile.in
View file @
df1a5cb9
...
@@ -38,6 +38,7 @@ PUBLIC_IDL_H_SRCS = \
...
@@ -38,6 +38,7 @@ PUBLIC_IDL_H_SRCS = \
fusion.idl
\
fusion.idl
\
gameux.idl
\
gameux.idl
\
hlink.idl
\
hlink.idl
\
htiface.idl
\
htiframe.idl
\
htiframe.idl
\
httprequest.idl
\
httprequest.idl
\
iads.idl
\
iads.idl
\
...
...
include/htiface.idl
0 → 100644
View file @
df1a5cb9
/*
*
Copyright
2006
,
2011
Jacek
Caban
for
CodeWeavers
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"objidl.idl"
;
import
"oleidl.idl"
;
import
"urlmon.idl"
;
cpp_quote
(
"#include <htiframe.h>"
)
/*****************************************************************************
*
ITargetFramePriv
interface
*/
[
object
,
uuid
(
9216
e421
-
2b
f5
-
11
d0
-
82b4
-
00
a0c90c29c5
),
pointer_default
(
unique
)
]
interface
ITargetFramePriv
:
IUnknown
{
typedef
[
unique
]
ITargetFramePriv
*
LPTARGETFRAMEPRIV
;
HRESULT
FindFrameDownwards
(
[
in
]
LPCWSTR
pszTargetName
,
[
in
]
DWORD
dwFlags
,
[
out
]
IUnknown
**
ppunkTargetFrame
)
;
HRESULT
FindFrameInContext
(
[
in
]
LPCWSTR
pszTargetName
,
[
in
]
IUnknown
*
punkContextFrame
,
[
in
]
DWORD
dwFlags
,
[
out
]
IUnknown
**
ppunkTargetFrame
)
;
HRESULT
OnChildFrameActivate
(
[
in
]
IUnknown
*
pUnkChildFrame
)
;
HRESULT
OnChildFrameDeactivate
(
[
in
]
IUnknown
*
pUnkChildFrame
)
;
HRESULT
NavigateHack
(
[
in
]
DWORD
grfHLNF
,
[
in
,
unique
]
LPBC
pbc
,
[
in
,
unique
]
IBindStatusCallback
*
pibsc
,
[
in
,
unique
]
LPCWSTR
pszTargetName
,
[
in
]
LPCWSTR
pszUrl
,
[
in
,
unique
]
LPCWSTR
pszLocation
)
;
HRESULT
FindBrowserByIndex
(
[
in
]
DWORD
dwID
,
[
out
]
IUnknown
**
ppunkBrowser
)
;
}
/*****************************************************************************
*
ITargetFramePriv2
interface
*/
[
object
,
uuid
(
b2c867e6
-
69
d6
-
46
f2
-
a611
-
ded9a4bd7fef
),
pointer_default
(
unique
)
]
interface
ITargetFramePriv2
:
ITargetFramePriv
{
typedef
[
unique
]
ITargetFramePriv2
*
LPTARGETFRAMEPRIV2
;
HRESULT
AggregatedNavigation2
(
[
in
]
DWORD
grfHLNF
,
[
in
,
unique
]
LPBC
pbc
,
[
in
,
unique
]
IBindStatusCallback
*
pibsc
,
[
in
,
unique
]
LPCWSTR
pszTargetName
,
[
in
]
IUri
*
pUri
,
[
in
,
unique
]
LPCWSTR
pszLocation
)
;
}
include/htiframe.idl
View file @
df1a5cb9
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
import
"objidl.idl"
;
import
"objidl.idl"
;
import
"oleidl.idl"
;
import
"oleidl.idl"
;
import
"urlmon.idl"
;
/*****************************************************************************
/*****************************************************************************
*
ITargetNotify
interface
*
ITargetNotify
interface
...
@@ -133,63 +132,3 @@ interface ITargetContainer : IUnknown
...
@@ -133,63 +132,3 @@ interface ITargetContainer : IUnknown
HRESULT
GetFramesContainer
(
[
out
]
IOleContainer
**
ppContainer
)
;
HRESULT
GetFramesContainer
(
[
out
]
IOleContainer
**
ppContainer
)
;
}
}
/*****************************************************************************
*
ITargetFramePriv
interface
*/
[
object
,
uuid
(
9216
e421
-
2b
f5
-
11
d0
-
82b4
-
00
a0c90c29c5
),
pointer_default
(
unique
)
]
interface
ITargetFramePriv
:
IUnknown
{
typedef
[
unique
]
ITargetFramePriv
*
LPTARGETFRAMEPRIV
;
HRESULT
FindFrameDownwards
(
[
in
]
LPCWSTR
pszTargetName
,
[
in
]
DWORD
dwFlags
,
[
out
]
IUnknown
**
ppunkTargetFrame
)
;
HRESULT
FindFrameInContext
(
[
in
]
LPCWSTR
pszTargetName
,
[
in
]
IUnknown
*
punkContextFrame
,
[
in
]
DWORD
dwFlags
,
[
out
]
IUnknown
**
ppunkTargetFrame
)
;
HRESULT
OnChildFrameActivate
(
[
in
]
IUnknown
*
pUnkChildFrame
)
;
HRESULT
OnChildFrameDeactivate
(
[
in
]
IUnknown
*
pUnkChildFrame
)
;
HRESULT
NavigateHack
(
[
in
]
DWORD
grfHLNF
,
[
in
,
unique
]
LPBC
pbc
,
[
in
,
unique
]
IBindStatusCallback
*
pibsc
,
[
in
,
unique
]
LPCWSTR
pszTargetName
,
[
in
]
LPCWSTR
pszUrl
,
[
in
,
unique
]
LPCWSTR
pszLocation
)
;
HRESULT
FindBrowserByIndex
(
[
in
]
DWORD
dwID
,
[
out
]
IUnknown
**
ppunkBrowser
)
;
}
/*****************************************************************************
*
ITargetFramePriv2
interface
*/
[
object
,
uuid
(
b2c867e6
-
69
d6
-
46
f2
-
a611
-
ded9a4bd7fef
),
pointer_default
(
unique
)
]
interface
ITargetFramePriv2
:
ITargetFramePriv
{
typedef
[
unique
]
ITargetFramePriv2
*
LPTARGETFRAMEPRIV2
;
HRESULT
AggregatedNavigation2
(
[
in
]
DWORD
grfHLNF
,
[
in
,
unique
]
LPBC
pbc
,
[
in
,
unique
]
IBindStatusCallback
*
pibsc
,
[
in
,
unique
]
LPCWSTR
pszTargetName
,
[
in
]
IUri
*
pUri
,
[
in
,
unique
]
LPCWSTR
pszLocation
)
;
}
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