hnetcfg: Register NetFwOpenPort interface

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Apr 7 18:51:54 CDT 2014


Hi,

Changelog:
       hnetcfg: Register NetFwOpenPort interface


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 7e28255094ad06dfc42d2ee4befc2d83b637b59f Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Tue, 8 Apr 2014 09:34:10 +1000
Subject: [PATCH] Register NetFwOpenPort interface
To: wine-patches <wine-patches at winehq.org>

---
 dlls/hnetcfg/hnetcfg.idl | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dlls/hnetcfg/hnetcfg.idl b/dlls/hnetcfg/hnetcfg.idl
index 0ba4be2..5e2c096 100644
--- a/dlls/hnetcfg/hnetcfg.idl
+++ b/dlls/hnetcfg/hnetcfg.idl
@@ -35,3 +35,11 @@ coclass NetFwMgr { interface INetFwMgr; }
     uuid(ec9846b3-2762-4a6b-a214-6acb603462d2)
 ]
 coclass NetFwAuthorizedApplication { interface INetFwAuthorizedApplications; }
+
+[
+    helpstring("HNetCfg.FwOpenPort"),
+    uuid(0ca545c6-37ad-4a6c-bf92-9f7610067ef5),
+    vi_progid("HNetCfg.FwOpenPort"),
+    threading(both)
+]
+coclass NetFwOpenPort { interface INetFwOpenPort; }
-- 
1.8.3.2



More information about the wine-patches mailing list