次の方法で共有


FWPM_DISPLAY_DATA0 (Compact 2013)

3/26/2014

This 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 should contain indirect strings.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform