Jump to content

FILTERFLAGS

From EDM2

Filter flags structure.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef struct _FILTERFLAGS {
  ULONG     cbItem;    /* Context menu id. */
  ULONG     Flags[3];  /* Pop-up menu flags. */
} FILTERFLAGS;

typedef FILTERFLAGS *PFILTERFLAGS;