|
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) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 363 of file wmsdkidl.idl.
◆ AddMutualExclusion()
◆ AddStream()
◆ CreateNewMutualExclusion()
◆ CreateNewStream()
◆ GetDescription()
HRESULT IWMProfile::GetDescription |
( |
[out, size_is(*pcchDescription)] WCHAR * |
pwszDescription, |
|
|
[in, out] DWORD * |
pcchDescription |
|
) |
| |
◆ GetMutualExclusion()
◆ GetMutualExclusionCount()
HRESULT IWMProfile::GetMutualExclusionCount |
( |
[out] DWORD * |
pcME | ) |
|
◆ GetName()
HRESULT IWMProfile::GetName |
( |
[out, size_is(*pcchName)] WCHAR * |
pwszName, |
|
|
[in, out] DWORD * |
pcchName |
|
) |
| |
◆ GetStream()
◆ GetStreamByNumber()
◆ GetStreamCount()
HRESULT IWMProfile::GetStreamCount |
( |
[out] DWORD * |
pcStreams | ) |
|
◆ GetVersion()
◆ ReconfigStream()
◆ RemoveMutualExclusion()
◆ RemoveStream()
◆ RemoveStreamByNumber()
HRESULT IWMProfile::RemoveStreamByNumber |
( |
[in] WORD |
wStreamNum | ) |
|
◆ SetDescription()
◆ SetName()
The documentation for this interface was generated from the following file: