2.2.45 FW_ADAPTER

This structure represents a network interface in the host. It is used for display purposes in the user interface when configuring the FW_PROFILE_CONFIG_DISABLED_INTERFACES (section 2.2.38) configuration option.

 typedef struct _tag_FW_ADAPTER {
   [string, unique] wchar_t* pszFriendlyName;
   GUID Guid;
 } FW_ADAPTER,
  *PFW_ADAPTER;

pszFriendlyName: A pointer to a Unicode string that presents the friendly name that is associated with the network interface.

Guid: A GUID that uniquely identifies the interface in the host system.