Jump to content

FILTERFLAGS

From EDM2
Revision as of 02:54, 3 May 2025 by Martini (talk | contribs) (Created page with "Filter flags structure. == Type == struct == C Declaration Method == typedef struct == Example Code == <PRE> typedef struct _FILTERFLAGS { ULONG cbItem; Context menu id.: ULONG Flags[3]; Pop-up menu flags.: } FILTERFLAGS; typedef FILTERFLAGS *PFILTERFLAGS; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;