ReactOS 0.4.16-dev-1025-gd3456f5
|
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 363 of file wmsdkidl.idl.
HRESULT IWMProfile::AddMutualExclusion | ( | [in] IWMMutualExclusion * | pME | ) |
HRESULT IWMProfile::AddStream | ( | [in] IWMStreamConfig * | pConfig | ) |
HRESULT IWMProfile::CreateNewMutualExclusion | ( | [out] IWMMutualExclusion ** | ppME | ) |
HRESULT IWMProfile::CreateNewStream | ( | [in] REFGUID | guidStreamType, |
[out] IWMStreamConfig ** | ppConfig | ||
) |
HRESULT IWMProfile::GetDescription | ( | [out, size_is(*pcchDescription)] WCHAR * | pwszDescription, |
[in, out] DWORD * | pcchDescription | ||
) |
HRESULT IWMProfile::GetMutualExclusion | ( | [in] DWORD | dwMEIndex, |
[out] IWMMutualExclusion ** | ppME | ||
) |
HRESULT IWMProfile::GetName | ( | [out, size_is(*pcchName)] WCHAR * | pwszName, |
[in, out] DWORD * | pcchName | ||
) |
HRESULT IWMProfile::GetStream | ( | [in] DWORD | dwStreamIndex, |
[out] IWMStreamConfig ** | ppConfig | ||
) |
HRESULT IWMProfile::GetStreamByNumber | ( | [in] WORD | wStreamNum, |
[out] IWMStreamConfig ** | ppConfig | ||
) |
HRESULT IWMProfile::GetVersion | ( | [out] WMT_VERSION * | pdwVersion | ) |
HRESULT IWMProfile::ReconfigStream | ( | [in] IWMStreamConfig * | pConfig | ) |
HRESULT IWMProfile::RemoveMutualExclusion | ( | [in] IWMMutualExclusion * | pME | ) |
HRESULT IWMProfile::RemoveStream | ( | [in] IWMStreamConfig * | pConfig | ) |