ReactOS
0.4.16-dev-937-g7afcd2a
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
IWMProfile2 Interface Reference
Inheritance diagram for IWMProfile2:
[
legend
]
Collaboration diagram for IWMProfile2:
[
legend
]
Public Member Functions
HRESULT
GetProfileID
([
out
]
GUID
*
guid
)
Public Member Functions inherited from
IWMProfile
HRESULT
GetVersion
([
out
]
WMT_VERSION
*pdwVersion)
HRESULT
GetName
([
out
, size_is(*pcchName)]
WCHAR
*pwszName, [
in
,
out
]
DWORD
*pcchName)
HRESULT
SetName
([
in
]
const
WCHAR
*pwszName)
HRESULT
GetDescription
([
out
, size_is(*pcchDescription)]
WCHAR
*pwszDescription, [
in
,
out
]
DWORD
*pcchDescription)
HRESULT
SetDescription
([
in
]
const
WCHAR
*pwszDescription)
HRESULT
GetStreamCount
([
out
]
DWORD
*pcStreams)
HRESULT
GetStream
([
in
]
DWORD
dwStreamIndex, [
out
]
IWMStreamConfig
**ppConfig)
HRESULT
GetStreamByNumber
([
in
]
WORD
wStreamNum, [
out
]
IWMStreamConfig
**ppConfig)
HRESULT
RemoveStream
([
in
]
IWMStreamConfig
*pConfig)
HRESULT
RemoveStreamByNumber
([
in
]
WORD
wStreamNum)
HRESULT
AddStream
([
in
]
IWMStreamConfig
*pConfig)
HRESULT
ReconfigStream
([
in
]
IWMStreamConfig
*pConfig)
HRESULT
CreateNewStream
([
in
]
REFGUID
guidStreamType, [
out
]
IWMStreamConfig
**ppConfig)
HRESULT
GetMutualExclusionCount
([
out
]
DWORD
*pcME)
HRESULT
GetMutualExclusion
([
in
]
DWORD
dwMEIndex, [
out
]
IWMMutualExclusion
**ppME)
HRESULT
RemoveMutualExclusion
([
in
]
IWMMutualExclusion
*pME)
HRESULT
AddMutualExclusion
([
in
]
IWMMutualExclusion
*pME)
HRESULT
CreateNewMutualExclusion
([
out
]
IWMMutualExclusion
**ppME)
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
432
of file
wmsdkidl.idl
.
Member Function Documentation
◆
GetProfileID()
HRESULT
IWMProfile2::GetProfileID
(
[out]
GUID
*
guid
)
The documentation for this interface was generated from the following file:
sdk/include/psdk/
wmsdkidl.idl
IWMProfile2
Generated on Wed Apr 2 2025 06:29:22 for ReactOS by
1.9.6