INetFwProducts interface (netfw.h)
The INetFwProducts interface allows an application or service to access the methods and properties for registering third-party firewall products with Windows Firewall and for enumerating registered products.
Inheritance
The INetFwProducts interface inherits from the IDispatch interface. INetFwProducts also has these types of members:
Methods
The INetFwProducts interface has these methods.
INetFwProducts::get__NewEnum Returns an object supporting IEnumVARIANT that can be used to iterate through all the registered third-party firewall products in the collection. |
INetFwProducts::get_Count Indicates the number of registered third-party firewall products. |
INetFwProducts::Item The Item method returns the product with the specified index if it is in the collection. |
INetFwProducts::Register The Register method registers a third-party firewall product. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | netfw.h |