ReactOS 0.4.16-dev-92-g0c2cdca
|
Public Member Functions | |
HRESULT | CreateEmptyProfile ([in] WMT_VERSION dwVersion, [out] IWMProfile **ppProfile) |
HRESULT | LoadProfileByID ([in] REFGUID guidProfile, [out] IWMProfile **ppProfile) |
HRESULT | LoadProfileByData ([in] const WCHAR *pwszProfile, [out] IWMProfile **ppProfile) |
HRESULT | SaveProfile ([in] IWMProfile *pIWMProfile, [in] WCHAR *pwszProfile, [in, out] DWORD *pdwLength) |
HRESULT | GetSystemProfileCount ([out] DWORD *pcProfiles) |
HRESULT | LoadSystemProfile ([in] DWORD dwProfileIndex, [out] IWMProfile **ppProfile) |
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 |
Definition at line 479 of file wmsdkidl.idl.
HRESULT IWMProfileManager::CreateEmptyProfile | ( | [in] WMT_VERSION | dwVersion, |
[out] IWMProfile ** | ppProfile | ||
) |
HRESULT IWMProfileManager::LoadProfileByData | ( | [in] const WCHAR * | pwszProfile, |
[out] IWMProfile ** | ppProfile | ||
) |
HRESULT IWMProfileManager::LoadProfileByID | ( | [in] REFGUID | guidProfile, |
[out] IWMProfile ** | ppProfile | ||
) |
HRESULT IWMProfileManager::LoadSystemProfile | ( | [in] DWORD | dwProfileIndex, |
[out] IWMProfile ** | ppProfile | ||
) |
HRESULT IWMProfileManager::SaveProfile | ( | [in] IWMProfile * | pIWMProfile, |
[in] WCHAR * | pwszProfile, | ||
[in, out] DWORD * | pdwLength | ||
) |