IsInterfaceFirewalled (Windows CE 5.0)
This function indicates whether traffic through an interface is filtered by the firewall.
BOOL IsInterfaceFirewalled( LPCWSTR pszInterfaceName);
Parameters
- pszInterfaceName
[in] Pointer to a null-terminated Unicode string that specifies the name of the network interface.
Return Values
This function returns TRUE if the interface traffic is being filtered by the firewall.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Fwapi.h.
See Also
Send Feedback on this topic to the authors