ReactOS
0.4.15-dev-2359-g0dedb9b
|
Protected Attributes | |
LONG | m_Ref |
Additional Inherited Members | |
![]() | |
typedef IDispatch * | LPDISPATCH |
![]() | |
typedef IUnknown * | LPUNKNOWN |
![]() | |
const DISPID | DISPID_UNKNOWN = -1 |
const DISPID | DISPID_VALUE = 0 |
const DISPID | DISPID_PROPERTYPUT = -3 |
const DISPID | DISPID_NEWENUM = -4 |
const DISPID | DISPID_EVALUATE = -5 |
const DISPID | DISPID_CONSTRUCTOR = -6 |
const DISPID | DISPID_DESTRUCTOR = -7 |
const DISPID | DISPID_COLLECT = -8 |
Definition at line 13 of file tuningspace.cpp.
|
inline |
Definition at line 70 of file tuningspace.cpp.
|
inlinevirtual |
Definition at line 72 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::Clone | ( | ITuningSpace ** | NewTS | ) |
Implements ITuningSpace.
Definition at line 309 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::CreateTuneRequest | ( | ITuneRequest ** | TuneRequest | ) |
Implements ITuningSpace.
Definition at line 237 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::EnumCategoryGUIDs | ( | IEnumGUID ** | ppEnum | ) |
Implements ITuningSpace.
Definition at line 245 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::EnumDeviceMonikers | ( | IEnumMoniker ** | ppEnum | ) |
Implements ITuningSpace.
Definition at line 253 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get__NetworkType | ( | GUID * | NetworkTypeGuid | ) |
Implements ITuningSpace.
Definition at line 214 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_CLSID | ( | BSTR * | SpaceCLSID | ) |
Implements ITuningSpace.
Definition at line 189 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_DefaultLocator | ( | ILocator ** | LocatorVal | ) |
Implements ITuningSpace.
Definition at line 293 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_DefaultPreferredComponentTypes | ( | IComponentTypes ** | ComponentTypes | ) |
Implements ITuningSpace.
Definition at line 261 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_FrequencyMapping | ( | BSTR * | pMapping | ) |
Implements ITuningSpace.
Definition at line 277 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_FriendlyName | ( | BSTR * | Name | ) |
Implements ITuningSpace.
Definition at line 173 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_NetworkType | ( | BSTR * | NetworkTypeGuid | ) |
Implements ITuningSpace.
Definition at line 197 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_SystemType | ( | DVBSystemType * | SysType | ) |
Implements IDVBTuningSpace.
Definition at line 320 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::get_UniqueName | ( | BSTR * | Name | ) |
Implements ITuningSpace.
Definition at line 157 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::GetIDsOfNames | ( | REFIID | riid, |
LPOLESTR * | rgszNames, | ||
UINT | cNames, | ||
LCID | lcid, | ||
DISPID * | rgDispId | ||
) |
Implements IDispatch.
Definition at line 137 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::GetTypeInfo | ( | UINT | iTInfo, |
LCID | lcid, | ||
ITypeInfo ** | ppTInfo | ||
) |
Implements IDispatch.
Definition at line 130 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::GetTypeInfoCount | ( | UINT * | pctinfo | ) |
Implements IDispatch.
Definition at line 122 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::Invoke | ( | DISPID | dispIdMember, |
REFIID | riid, | ||
LCID | lcid, | ||
WORD | wFlags, | ||
DISPPARAMS * | pDispParams, | ||
VARIANT * | pVarResult, | ||
EXCEPINFO * | pExcepInfo, | ||
UINT * | puArgErr | ||
) |
Implements IDispatch.
Definition at line 144 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put__NetworkType | ( | REFCLSID | NetworkTypeGuid | ) |
Implements ITuningSpace.
Definition at line 229 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_DefaultLocator | ( | ILocator * | LocatorVal | ) |
Implements ITuningSpace.
Definition at line 301 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_DefaultPreferredComponentTypes | ( | IComponentTypes * | NewComponentTypes | ) |
Implements ITuningSpace.
Definition at line 269 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_FrequencyMapping | ( | BSTR | Mapping | ) |
Implements ITuningSpace.
Definition at line 285 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_FriendlyName | ( | BSTR | Name | ) |
Implements ITuningSpace.
Definition at line 181 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_NetworkType | ( | BSTR | NetworkTypeGuid | ) |
Implements ITuningSpace.
Definition at line 206 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_SystemType | ( | DVBSystemType | SysType | ) |
Implements IDVBTuningSpace.
Definition at line 328 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::put_UniqueName | ( | BSTR | Name | ) |
Implements ITuningSpace.
Definition at line 165 of file tuningspace.cpp.
HRESULT STDMETHODCALLTYPE CTuningSpace::QueryInterface | ( | REFIID | InterfaceId, |
PVOID * | Interface | ||
) |
Definition at line 80 of file tuningspace.cpp.
|
inline |
Definition at line 18 of file tuningspace.cpp.
|
inline |
Definition at line 23 of file tuningspace.cpp.
|
protected |
Definition at line 72 of file tuningspace.cpp.
Referenced by STDMETHODIMP_().