Share via


IsInterfaceFirewalled (Windows CE 5.0)

Send Feedback

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

IP Firewall Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.