ReactOS
0.4.16-dev-401-g45b008d
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
ieautomation.idl
Go to the documentation of this file.
1
/*
2
* Copyright 2017 Zebediah Figura for CodeWeavers
3
*
4
* This library is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU Lesser General Public
6
* License as published by the Free Software Foundation; either
7
* version 2.1 of the License, or (at your option) any later version.
8
*
9
* This library is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public
15
* License along with this library; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17
*/
18
19
import
"ocidl.idl"
;
20
21
typedef
22
[
23
uuid
(44ec9b57-dcab-4cde-b373-ee94962950e3)
24
]
25
enum
INTERNETEXPLORERCONFIGURATION
{
26
INTERNETEXPLORERCONFIGURATION_HOST
= 0x00000001,
27
INTERNETEXPLORERCONFIGURATION_WEB_DRIVER
= 0x00000002,
28
INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE
= 0x00000004,
29
}
INTERNETEXPLORERCONFIGURATION
;
30
31
[
32
object
,
33
uuid
(acc84351-04ff-44f9-b23f-655ed168c6d5),
34
pointer_default
(
unique
)
35
]
36
interface
IInternetExplorerManager
:
IUnknown
37
{
38
HRESULT
CreateObject
([
in
]
DWORD
config
, [
in
,
unique
,
string
]
LPCWSTR
url
, [
in
]
REFIID
riid
, [
out
, iid_is(
riid
)]
void
**
ppv
);
39
}
40
41
[
42
uuid
(df4fcc34-067
a
-4e0a-8352-4a1a5095346e)
43
]
44
coclass
InternetExplorerManager
45
{
46
[
default
]
interface
IInternetExplorerManager
;
47
}
pointer_default
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition:
dcom.idl:35
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
in
GLuint in
Definition:
glext.h:9616
a
GLboolean GLboolean GLboolean GLboolean a
Definition:
glext.h:6204
INTERNETEXPLORERCONFIGURATION
INTERNETEXPLORERCONFIGURATION
Definition:
ieautomation.idl:25
INTERNETEXPLORERCONFIGURATION_HOST
@ INTERNETEXPLORERCONFIGURATION_HOST
Definition:
ieautomation.idl:26
INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE
@ INTERNETEXPLORERCONFIGURATION_WEB_DRIVER_EDGE
Definition:
ieautomation.idl:28
INTERNETEXPLORERCONFIGURATION_WEB_DRIVER
@ INTERNETEXPLORERCONFIGURATION_WEB_DRIVER
Definition:
ieautomation.idl:27
riid
REFIID riid
Definition:
atlbase.h:39
ppv
REFIID LPVOID * ppv
Definition:
atlbase.h:39
HRESULT
Definition:
mshtmhst.idl:286
IInternetExplorerManager
Definition:
ieautomation.idl:37
IInternetExplorerManager::CreateObject
HRESULT CreateObject([in] DWORD config, [in, unique, string] LPCWSTR url, [in] REFIID riid, [out, iid_is(riid)] void **ppv)
IUnknown
Definition:
unknwn.idl:39
unique
Definition:
winsxs.idl:110
uuid
Definition:
msctf.idl:550
url
static const WCHAR url[]
Definition:
encode.c:1432
REFIID
#define REFIID
Definition:
guiddef.h:118
out
static FILE * out
Definition:
regtests2xml.c:44
InternetExplorerManager
Definition:
iexplore.c:859
config_s
Definition:
deflate.c:114
object
Definition:
bcrypt_main.c:258
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
sdk
include
psdk
ieautomation.idl
Generated on Sun Dec 29 2024 06:12:07 for ReactOS by
1.9.6