Commit 15fac20f authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

hnetcfg: Implement static_ports_get_Item().

parent e98a102b
......@@ -116,6 +116,7 @@ static REFIID tid_id[] =
&IID_INetFwProfile,
&IID_IUPnPNAT,
&IID_IStaticPortMappingCollection,
&IID_IStaticPortMapping,
};
HRESULT get_typeinfo( enum type_id tid, ITypeInfo **ret )
......
......@@ -29,6 +29,7 @@ enum type_id
INetFwRules_tid,
IUPnPNAT_tid,
IStaticPortMappingCollection_tid,
IStaticPortMapping_tid,
last_tid
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment