|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <newatlinterfaces.h>


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 IUnknown * | LPUNKNOWN |
Definition at line 24 of file newatlinterfaces.h.
|
inline |
Implements IProfferService.
Definition at line 27 of file newatlinterfaces.h.
|
inline |
Definition at line 37 of file newatlinterfaces.h.
|
inline |
Implements IProfferService.
Definition at line 32 of file newatlinterfaces.h.
| IProfferService IProfferServiceImpl< T >::IProfferService_iface |