Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
dispatch_stub.cc
Go to the documentation of this file.
1// Copyright 2020 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7namespace base {
8namespace win {
9namespace test {
10
12 return E_NOTIMPL;
13}
14
15IFACEMETHODIMP DispatchStub::GetTypeInfo(UINT, LCID, ITypeInfo**) {
16 return E_NOTIMPL;
17}
18
19IFACEMETHODIMP DispatchStub::GetIDsOfNames(REFIID,
20 LPOLESTR*,
21 UINT,
22 LCID,
23 DISPID*) {
24 return E_NOTIMPL;
25}
26
27IFACEMETHODIMP DispatchStub::Invoke(DISPID,
28 REFIID,
29 LCID,
30 WORD,
31 DISPPARAMS*,
32 VARIANT*,
33 EXCEPINFO*,
34 UINT*) {
35 return E_NOTIMPL;
36}
37
38} // namespace test
39} // namespace win
40} // namespace base
IFACEMETHODIMP Invoke(DISPID, REFIID, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, UINT *) override
IFACEMETHODIMP GetIDsOfNames(REFIID, LPOLESTR *, UINT, LCID, DISPID *) override
IFACEMETHODIMP GetTypeInfoCount(UINT *) override
IFACEMETHODIMP GetTypeInfo(UINT, LCID, ITypeInfo **) override
unsigned short WORD
unsigned int UINT