Share via


IsInterfaceFirewalled

This function indicates whether an interface is protected 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 is protected by the firewall.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Fwapi.h.

See Also

Firewall Functions

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.