|
ReactOS 0.4.16-dev-1946-g52006dd
|


Protected Attributes | |
| LONG | m_Ref |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
| typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
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 |
Definition at line 13 of file tuningspace_container.cpp.
|
inline |
Definition at line 57 of file tuningspace_container.cpp.
|
inlinevirtual |
Definition at line 59 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::_TuningSpacesForCLSID | ( | REFCLSID | SpaceCLSID, |
| ITuningSpaces ** | NewColl | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 178 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::Add | ( | ITuningSpace * | TuningSpace, |
| VARIANT * | NewIndex | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 202 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::FindID | ( | ITuningSpace * | TuningSpace, |
| long * | ID | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 194 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::get__NewEnum | ( | IEnumVARIANT ** | NewEnum | ) |
Implements ITuningSpaceContainer.
Definition at line 143 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::get_Count | ( | long * | Count | ) |
Implements ITuningSpaceContainer.
Definition at line 136 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::get_EnumTuningSpaces | ( | IEnumTuningSpaces ** | ppEnum | ) |
Implements ITuningSpaceContainer.
Definition at line 212 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::get_Item | ( | VARIANT | varIndex, |
| ITuningSpace ** | TuningSpace | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 151 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::get_MaxCount | ( | long * | MaxCount | ) |
Implements ITuningSpaceContainer.
Definition at line 228 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::GetIDsOfNames | ( | REFIID | riid, |
| LPOLESTR * | rgszNames, | ||
| UINT | cNames, | ||
| LCID | lcid, | ||
| DISPID * | rgDispId | ||
| ) |
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::GetTypeInfo | ( | UINT | iTInfo, |
| LCID | lcid, | ||
| ITypeInfo ** | ppTInfo | ||
| ) |
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::GetTypeInfoCount | ( | UINT * | pctinfo | ) |
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::Invoke | ( | DISPID | dispIdMember, |
| REFIID | riid, | ||
| LCID | lcid, | ||
| WORD | wFlags, | ||
| DISPPARAMS * | pDispParams, | ||
| VARIANT * | pVarResult, | ||
| EXCEPINFO * | pExcepInfo, | ||
| UINT * | puArgErr | ||
| ) |
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::put_Item | ( | VARIANT | varIndex, |
| ITuningSpace * | TuningSpace | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 163 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::put_MaxCount | ( | long | MaxCount | ) |
Implements ITuningSpaceContainer.
Definition at line 236 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::QueryInterface | ( | REFIID | InterfaceId, |
| PVOID * | Interface | ||
| ) |
Definition at line 68 of file tuningspace_container.cpp.
Referenced by CTuningSpaceContainer_fnConstructor().
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::Remove | ( | VARIANT | Index | ) |
Implements ITuningSpaceContainer.
Definition at line 220 of file tuningspace_container.cpp.
|
inline |
Definition at line 19 of file tuningspace_container.cpp.
|
inline |
Definition at line 24 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::TuningSpacesForCLSID | ( | BSTR | SpaceCLSID, |
| ITuningSpaces ** | NewColl | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 171 of file tuningspace_container.cpp.
| HRESULT STDMETHODCALLTYPE CTuningSpaceContainer::TuningSpacesForName | ( | BSTR | Name, |
| ITuningSpaces ** | NewColl | ||
| ) |
Implements ITuningSpaceContainer.
Definition at line 186 of file tuningspace_container.cpp.
|
protected |
Definition at line 62 of file tuningspace_container.cpp.
Referenced by Add(), and STDMETHODIMP_().