blob: 044ef39b4294f43e49158436ed1ea038d5365de8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Auto-generated by com_mock.py
MOCK_METHOD3_WITH_CALLTYPE(__stdcall, GetInterfaceSafetyOptions, HRESULT(
REFIID riid, DWORD *pdwSupportedOptions, DWORD *pdwEnabledOptions));
MOCK_METHOD3_WITH_CALLTYPE(__stdcall, SetInterfaceSafetyOptions, HRESULT(
REFIID riid, DWORD dwOptionSetMask, DWORD dwEnabledOptions));
|