Jeff Latimer wrote:
--- dlls/hnetcfg/hnetcfg_dll.h | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) create mode 100644 dlls/hnetcfg/hnetcfg_dll.h
------------------------------------------------------------------------
diff --git a/dlls/hnetcfg/hnetcfg_dll.h b/dlls/hnetcfg/hnetcfg_dll.h new file mode 100644 index 0000000..64b1f0c --- /dev/null +++ b/dlls/hnetcfg/hnetcfg_dll.h @@ -0,0 +1,70 @@ +/* + * Copyright (C) 2007 Jeff Latimer + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef __WINE_HNETCFG_DLL_H +#define __WINE_HNETCFG_DLL_H + +#include "windef.h" +#include "wine/debug.h" +#include "winbase.h" +#include "winnt.h" + + +/* __stdcall HNETCFG_HNetDeleteRasConnection(); */ It's only the comments but why don't you use WINAPI instead of __stdcall?
bye michael
+/* __stdcall HNETCFG_HNetFreeSharingServicesPage(); */ +/* __stdcall HNETCFG_HNetGetSharingServicesPage(); */ +/* __stdcall HNETCFG_WinBomConfigureWindowsFirewall(); */ +/* __stdcall HNETCFG_HNetFreeFirewallLoggingSettings(); */ +/* __stdcall HNETCFG_HNetGetFirewallSettingsPage(); */ +/* __stdcall HNETCFG_HNetGetShareAndBridgeSettings(); */ +/* __stdcall HNETCFG_HNetSetShareAndBridgeSettings(); */ +/* __stdcall HNETCFG_HNetSharedAccessSettingsDlg(); */ +/* __stdcall HNETCFG_HNetSharingAndFirewallSettingsDlg(); */ +/* __stdcall HNETCFG_IcfChangeNotificationCreate(); */ +/* __stdcall HNETCFG_IcfChangeNotificationDestroy(); */ +/* __stdcall HNETCFG_IcfCheckAppAuthorization(); */ +/* __stdcall HNETCFG_IcfCloseDynamicFwPort(); */ +/* __stdcall HNETCFG_IcfConnect(); */ +/* __stdcall HNETCFG_IcfDisconnect(); */ +/* __stdcall HNETCFG_IcfFreeAdapters(); */ +/* __stdcall HNETCFG_IcfFreeDynamicFwPorts(); */ +/* __stdcall HNETCFG_IcfFreeProfile(); */ +/* __stdcall HNETCFG_IcfFreeString(); */ +/* __stdcall HNETCFG_IcfFreeTickets(); */ +/* __stdcall HNETCFG_IcfGetAdapters(); */ +/* __stdcall HNETCFG_IcfGetCurrentProfileType(); */ +/* __stdcall HNETCFG_IcfGetDynamicFwPorts(); */ +/* __stdcall HNETCFG_IcfGetOperationalMode(); */ +/* __stdcall HNETCFG_IcfGetProfile(); */ +/* __stdcall HNETCFG_IcfGetTickets(); */ +/* __stdcall HNETCFG_IcfIsIcmpTypeAllowed(); */ +/* __stdcall HNETCFG_IcfIsPortAllowed(); */ +/* __stdcall HNETCFG_IcfOpenDynamicFwPort(); */ +/* __stdcall HNETCFG_IcfOpenDynamicFwPortWithoutSocket(); */ +/* __stdcall HNETCFG_IcfOpenFileSharingPorts(); */ +/* __stdcall HNETCFG_IcfRefreshPolicy(); */ +/* __stdcall HNETCFG_IcfRemoveDisabledAuthorizedApp(); */ +/* __stdcall HNETCFG_IcfSetServicePermission(); */ +/* __stdcall HNETCFG_IcfSubNetsGetScope(); */ +/* __stdcall HNETCFG_IcfSubNetsIsStringValid(); */ +/* __stdcall HNETCFG_IcfSubNetsToString(); */ + +HRESULT NetFwMgr_create(IUnknown *, LPVOID *); + + +#endif /* __WINE_HNETCFG_DLL_H */
------------------------------------------------------------------------
-- Michael Stefaniuc Tel.: +49-711-96437-199 Sr. Network Engineer Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani(a)redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart