From 9938eef4bc5a2b43c917e7d874da96d327a79b04 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 8 Apr 2014 09:34:10 +1000 Subject: [PATCH] hnetcfg: Register NetFwOpenPort interface. --- dlls/hnetcfg/hnetcfg.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dlls/hnetcfg/hnetcfg.idl b/dlls/hnetcfg/hnetcfg.idl index 0ba4be29f80..9934f6ac4b9 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"), + progid("HNetCfg.FwOpenPort"), + threading(both), + uuid(0ca545c6-37ad-4a6c-bf92-9f7610067ef5) +] +coclass NetFwOpenPort { interface INetFwOpenPort; }