1c2c66affSColin Finck /* 2c2c66affSColin Finck * Copyright 2014 Piotr Caban for CodeWeavers 3c2c66affSColin Finck * 4c2c66affSColin Finck * This library is free software; you can redistribute it and/or 5c2c66affSColin Finck * modify it under the terms of the GNU Lesser General Public 6c2c66affSColin Finck * License as published by the Free Software Foundation; either 7c2c66affSColin Finck * version 2.1 of the License, or (at your option) any later version. 8c2c66affSColin Finck * 9c2c66affSColin Finck * This library is distributed in the hope that it will be useful, 10c2c66affSColin Finck * but WITHOUT ANY WARRANTY; without even the implied warranty of 11c2c66affSColin Finck * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12c2c66affSColin Finck * Lesser General Public License for more details. 13c2c66affSColin Finck * 14c2c66affSColin Finck * You should have received a copy of the GNU Lesser General Public 15c2c66affSColin Finck * License along with this library; if not, write to the Free Software 16c2c66affSColin Finck * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17c2c66affSColin Finck */ 18c2c66affSColin Finck 19*493f4297SAmine Khaldi #pragma once 20c2c66affSColin Finck 21*493f4297SAmine Khaldi #include "oleacc_classes.h" 22c2c66affSColin Finck 23c2c66affSColin Finck HRESULT create_client_object(HWND, const IID*, void**) DECLSPEC_HIDDEN; 24c2c66affSColin Finck HRESULT create_window_object(HWND, const IID*, void**) DECLSPEC_HIDDEN; 25c2c66affSColin Finck HRESULT get_accpropservices_factory(REFIID, void**) DECLSPEC_HIDDEN; 26c2c66affSColin Finck 27c2c66affSColin Finck int convert_child_id(VARIANT *v) DECLSPEC_HIDDEN; 28