From: Alistair Leslie-Hughes Subject: [PATCH 3/4] hnetcfg: Register NetFwPolicy2 interface Message-Id: Date: Thu, 21 Jul 2016 09:09:38 +0000 In-Reply-To: <1469092139-31455-1-git-send-email-leslie_alistair@hotmail.com> References: <1469092139-31455-1-git-send-email-leslie_alistair@hotmail.com> Signed-off-by: Alistair Leslie-Hughes --- dlls/hnetcfg/hnetcfg.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dlls/hnetcfg/hnetcfg.idl b/dlls/hnetcfg/hnetcfg.idl index 9934f6a..763529a 100644 --- a/dlls/hnetcfg/hnetcfg.idl +++ b/dlls/hnetcfg/hnetcfg.idl @@ -43,3 +43,11 @@ coclass NetFwAuthorizedApplication { interface INetFwAuthorizedApplications; } uuid(0ca545c6-37ad-4a6c-bf92-9f7610067ef5) ] coclass NetFwOpenPort { interface INetFwOpenPort; } + +[ + helpstring("HNetCfg.FwPolicy2"), + progid("HNetCfg.FwPolicy2"), + threading(both), + uuid(e2b3c97f-6ae1-41ac-817a-f6f92166d7dd) +] +coclass NetFwPolicy2 { interface INetFwPolicy2; } -- 2.8.1