ReactOS
0.4.16-dev-942-g91fadeb
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
m
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
_
a
b
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
Public Member Functions
|
List of all members
IFullScreenVideoEx Interface Reference
Inheritance diagram for IFullScreenVideoEx:
[
legend
]
Collaboration diagram for IFullScreenVideoEx:
[
legend
]
Public Member Functions
HRESULT
SetAcceleratorTable
([
in
]
HWND
hwnd
, [
in
] HACCEL
hAccel
)
HRESULT
GetAcceleratorTable
([
out
]
HWND
*phwnd, [
out
] HACCEL *phAccel)
HRESULT
KeepPixelAspectRatio
([
in
]
long
KeepAspect)
HRESULT
IsKeepPixelAspectRatio
([
out
]
long
*pKeepAspect)
Public Member Functions inherited from
IFullScreenVideo
HRESULT
CountModes
([
out
]
long
*pModes)
HRESULT
GetModeInfo
([
in
]
long
Mode
, [
out
]
long
*pWidth, [
out
]
long
*pHeight, [
out
]
long
*pDepth)
HRESULT
GetCurrentMode
([
out
]
long
*pMode)
HRESULT
IsModeAvailable
([
in
]
long
Mode
)
HRESULT
IsModeEnabled
([
in
]
long
Mode
)
HRESULT
SetEnabled
([
in
]
long
Mode
, [
in
]
long
bEnabled)
HRESULT
GetClipFactor
([
out
]
long
*pClipFactor)
HRESULT
SetClipFactor
([
in
]
long
ClipFactor)
HRESULT
SetMessageDrain
([
in
]
HWND
hwnd
)
HRESULT
GetMessageDrain
([
out
]
HWND
*
hwnd
)
HRESULT
SetMonitor
([
in
]
long
Monitor
)
HRESULT
GetMonitor
([
out
]
long
*
Monitor
)
HRESULT
HideOnDeactivate
([
in
]
long
Hide)
HRESULT
IsHideOnDeactivate
()
HRESULT
SetCaption
([
in
]
BSTR
strCaption)
HRESULT
GetCaption
([
out
]
BSTR
*pstrCaption)
HRESULT
SetDefault
()
Public Member Functions inherited from
IUnknown
HRESULT
QueryInterface
([
in
]
REFIID
riid
, [
out
, iid_is(
riid
)]
void
**
ppvObject
)
ULONG
AddRef
()
ULONG
Release
()
Additional Inherited Members
Public Types inherited from
IUnknown
typedef
IUnknown
*
LPUNKNOWN
Detailed Description
Definition at line
136
of file
amvideo.idl
.
Member Function Documentation
◆
GetAcceleratorTable()
HRESULT
IFullScreenVideoEx::GetAcceleratorTable
(
[out]
HWND
*
phwnd
,
[out] HACCEL *
phAccel
)
◆
IsKeepPixelAspectRatio()
HRESULT
IFullScreenVideoEx::IsKeepPixelAspectRatio
(
[out]
long
*
pKeepAspect
)
◆
KeepPixelAspectRatio()
HRESULT
IFullScreenVideoEx::KeepPixelAspectRatio
(
[in]
long
KeepAspect
)
◆
SetAcceleratorTable()
HRESULT
IFullScreenVideoEx::SetAcceleratorTable
(
[in]
HWND
hwnd
,
[in] HACCEL
hAccel
)
The documentation for this interface was generated from the following file:
sdk/include/dxsdk/
amvideo.idl
IFullScreenVideoEx
Generated on Thu Apr 3 2025 06:28:45 for ReactOS by
1.9.6