FWPM_DISPLAY_DATA0 structure (fwptypes.h)

The FWPM_DISPLAY_DATA0 structure stores an optional friendly name and an optional description for an object.

Syntax

typedef struct FWPM_DISPLAY_DATA0_ {
  wchar_t *name;
  wchar_t *description;
} FWPM_DISPLAY_DATA0;

Members

name

Optional friendly name.

description

Optional description.

Remarks

In order to support MUI, both strings may contain indirect strings. See SHLoadIndirectString for details.

FWPM_DISPLAY_DATA0 is a specific implementation of FWPM_DISPLAY_DATA. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header fwptypes.h

See also

SHLoadIndirectString

Windows Filtering Platform API Structures