Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
base::win::test::DispatchStub Class Reference

#include <dispatch_stub.h>

Inheritance diagram for base::win::test::DispatchStub:

Public Member Functions

 DispatchStub ()=default
 
 DispatchStub (const DispatchStub &)=delete
 
DispatchStuboperator= (const DispatchStub &)=delete
 
IFACEMETHODIMP GetTypeInfoCount (UINT *) override
 
IFACEMETHODIMP GetTypeInfo (UINT, LCID, ITypeInfo **) override
 
IFACEMETHODIMP GetIDsOfNames (REFIID, LPOLESTR *, UINT, LCID, DISPID *) override
 
IFACEMETHODIMP Invoke (DISPID, REFIID, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, UINT *) override
 

Detailed Description

Definition at line 16 of file dispatch_stub.h.

Constructor & Destructor Documentation

◆ DispatchStub() [1/2]

base::win::test::DispatchStub::DispatchStub ( )
default

◆ DispatchStub() [2/2]

base::win::test::DispatchStub::DispatchStub ( const DispatchStub )
delete

Member Function Documentation

◆ GetIDsOfNames()

IFACEMETHODIMP base::win::test::DispatchStub::GetIDsOfNames ( REFIID  ,
LPOLESTR *  ,
UINT  ,
LCID  ,
DISPID *   
)
override

Definition at line 19 of file dispatch_stub.cc.

23 {
24 return E_NOTIMPL;
25}

◆ GetTypeInfo()

IFACEMETHODIMP base::win::test::DispatchStub::GetTypeInfo ( UINT  ,
LCID  ,
ITypeInfo **   
)
override

Definition at line 15 of file dispatch_stub.cc.

15 {
16 return E_NOTIMPL;
17}

◆ GetTypeInfoCount()

IFACEMETHODIMP base::win::test::DispatchStub::GetTypeInfoCount ( UINT )
override

Definition at line 11 of file dispatch_stub.cc.

11 {
12 return E_NOTIMPL;
13}

◆ Invoke()

IFACEMETHODIMP base::win::test::DispatchStub::Invoke ( DISPID  ,
REFIID  ,
LCID  ,
WORD  ,
DISPPARAMS *  ,
VARIANT *  ,
EXCEPINFO *  ,
UINT  
)
override

Definition at line 27 of file dispatch_stub.cc.

34 {
35 return E_NOTIMPL;
36}

◆ operator=()

DispatchStub & base::win::test::DispatchStub::operator= ( const DispatchStub )
delete

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