ReactOS 0.4.15-dev-7958-gcd0bb1a
ITuningSpace Interface Reference
Inheritance diagram for ITuningSpace:
Collaboration diagram for ITuningSpace:

Public Member Functions

HRESULT get_UniqueName ([out] BSTR *Name)
 
HRESULT put_UniqueName ([in] BSTR Name)
 
HRESULT get_FriendlyName ([out] BSTR *Name)
 
HRESULT put_FriendlyName ([in] BSTR Name)
 
HRESULT get_CLSID ([out] BSTR *SpaceCLSID)
 
HRESULT get_NetworkType ([out] BSTR *NetworkTypeGuid)
 
HRESULT put_NetworkType ([in] BSTR NetworkTypeGuid)
 
HRESULT get__NetworkType ([out] GUID *NetworkTypeGuid)
 
HRESULT put__NetworkType ([in] REFCLSID NetworkTypeGuid)
 
HRESULT CreateTuneRequest ([out] ITuneRequest **TuneRequest)
 
HRESULT EnumCategoryGUIDs ([out] IEnumGUID **ppEnum)
 
HRESULT EnumDeviceMonikers ([out] IEnumMoniker **ppEnum)
 
HRESULT get_DefaultPreferredComponentTypes ([out] IComponentTypes **ComponentTypes)
 
HRESULT put_DefaultPreferredComponentTypes ([in] IComponentTypes *NewComponentTypes)
 
HRESULT get_FrequencyMapping ([out] BSTR *pMapping)
 
HRESULT put_FrequencyMapping (BSTR Mapping)
 
HRESULT get_DefaultLocator ([out] ILocator **LocatorVal)
 
HRESULT put_DefaultLocator ([in]ILocator *LocatorVal)
 
HRESULT Clone ([out] ITuningSpace **NewTS)
 
- Public Member Functions inherited from IDispatch
HRESULT GetTypeInfoCount ([out] UINT *pctinfo)
 
HRESULT GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo)
 
HRESULT GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId)
 
HRESULT Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr)
 
HRESULT RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef)
 
- 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 IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Attributes inherited from IDispatch
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
 

Detailed Description

Definition at line 133 of file tuner.idl.

Member Function Documentation

◆ Clone()

HRESULT ITuningSpace::Clone ( [out] ITuningSpace **  NewTS)

Implemented in CTuningSpace.

◆ CreateTuneRequest()

HRESULT ITuningSpace::CreateTuneRequest ( [out] ITuneRequest **  TuneRequest)

Implemented in CTuningSpace.

◆ EnumCategoryGUIDs()

HRESULT ITuningSpace::EnumCategoryGUIDs ( [out] IEnumGUID **  ppEnum)

Implemented in CTuningSpace.

◆ EnumDeviceMonikers()

HRESULT ITuningSpace::EnumDeviceMonikers ( [out] IEnumMoniker **  ppEnum)

Implemented in CTuningSpace.

◆ get__NetworkType()

HRESULT ITuningSpace::get__NetworkType ( [out] GUID NetworkTypeGuid)

Implemented in CTuningSpace.

◆ get_CLSID()

HRESULT ITuningSpace::get_CLSID ( [out] BSTR SpaceCLSID)

Implemented in CTuningSpace.

◆ get_DefaultLocator()

HRESULT ITuningSpace::get_DefaultLocator ( [out] ILocator **  LocatorVal)

Implemented in CTuningSpace.

◆ get_DefaultPreferredComponentTypes()

HRESULT ITuningSpace::get_DefaultPreferredComponentTypes ( [out] IComponentTypes **  ComponentTypes)

Implemented in CTuningSpace.

◆ get_FrequencyMapping()

HRESULT ITuningSpace::get_FrequencyMapping ( [out] BSTR pMapping)

Implemented in CTuningSpace.

◆ get_FriendlyName()

HRESULT ITuningSpace::get_FriendlyName ( [out] BSTR Name)

Implemented in CTuningSpace.

Referenced by CTuningSpaceContainer::Add().

◆ get_NetworkType()

HRESULT ITuningSpace::get_NetworkType ( [out] BSTR NetworkTypeGuid)

Implemented in CTuningSpace.

◆ get_UniqueName()

HRESULT ITuningSpace::get_UniqueName ( [out] BSTR Name)

Implemented in CTuningSpace.

◆ put__NetworkType()

HRESULT ITuningSpace::put__NetworkType ( [in] REFCLSID  NetworkTypeGuid)

Implemented in CTuningSpace.

◆ put_DefaultLocator()

HRESULT ITuningSpace::put_DefaultLocator ( [in] ILocator LocatorVal)

Implemented in CTuningSpace.

◆ put_DefaultPreferredComponentTypes()

HRESULT ITuningSpace::put_DefaultPreferredComponentTypes ( [in] IComponentTypes NewComponentTypes)

Implemented in CTuningSpace.

◆ put_FrequencyMapping()

HRESULT ITuningSpace::put_FrequencyMapping ( BSTR  Mapping)

Implemented in CTuningSpace.

◆ put_FriendlyName()

HRESULT ITuningSpace::put_FriendlyName ( [in] BSTR  Name)

Implemented in CTuningSpace.

◆ put_NetworkType()

HRESULT ITuningSpace::put_NetworkType ( [in] BSTR  NetworkTypeGuid)

Implemented in CTuningSpace.

◆ put_UniqueName()

HRESULT ITuningSpace::put_UniqueName ( [in] BSTR  Name)

Implemented in CTuningSpace.


The documentation for this interface was generated from the following file: