ReactOS 0.4.15-dev-7968-g24a56f8
IProfferServiceImpl< T > Struct Template Reference

#include <newatlinterfaces.h>

Inheritance diagram for IProfferServiceImpl< T >:
Collaboration diagram for IProfferServiceImpl< T >:

Public Member Functions

STDMETHODIMP ProfferService (REFGUID rguidService, IServiceProvider *psp, DWORD *pdwCookie)
 
STDMETHODIMP RevokeService (DWORD dwCookie)
 
HRESULT QueryService (REFGUID guidService, REFIID riid, void **ppvObject)
 
HRESULT ProfferService ([in] REFGUID service, [in] IServiceProvider *pService, [out] DWORD *pCookie)
 
HRESULT RevokeService ([in] DWORD cookie)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Public Attributes

IProfferService IProfferService_iface
 
LONG ref
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

template<class T>
struct IProfferServiceImpl< T >

Definition at line 24 of file newatlinterfaces.h.

Member Function Documentation

◆ ProfferService()

template<class T >
STDMETHODIMP IProfferServiceImpl< T >::ProfferService ( REFGUID  rguidService,
IServiceProvider psp,
DWORD pdwCookie 
)
inline

Implements IProfferService.

Definition at line 27 of file newatlinterfaces.h.

28 {
29 return E_NOTIMPL;
30 }
#define E_NOTIMPL
Definition: ddrawi.h:99

◆ QueryService()

template<class T >
HRESULT IProfferServiceImpl< T >::QueryService ( REFGUID  guidService,
REFIID  riid,
void **  ppvObject 
)
inline

Definition at line 37 of file newatlinterfaces.h.

38 {
39 return E_FAIL;
40 }
#define E_FAIL
Definition: ddrawi.h:102

◆ RevokeService()

template<class T >
STDMETHODIMP IProfferServiceImpl< T >::RevokeService ( DWORD  dwCookie)
inline

Implements IProfferService.

Definition at line 32 of file newatlinterfaces.h.

33 {
34 return E_NOTIMPL;
35 }

Member Data Documentation

◆ IProfferService_iface

template<class T >
IProfferService IProfferServiceImpl< T >::IProfferService_iface

Definition at line 2193 of file ordinal.c.

◆ ref

Definition at line 2194 of file ordinal.c.


The documentation for this struct was generated from the following files: