Jump to content

VIEWITEM

From EDM2
Revision as of 03:11, 3 May 2025 by Martini (talk | contribs) (Created page with "USAGE_OPENVIEW structure. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _VIEWITEM { ULONG view; Object view that this represents.: LHANDLE handle; Open handle.: ULONG ulViewState; View state flags.: HWND hwndCnr; System use only (window animation).: PMINIRECORDCORE pRecord; /* System use only (windo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

USAGE_OPENVIEW structure.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef struct _VIEWITEM {
  ULONG               view;         /*  Object view that this represents. */
  LHANDLE             handle;       /*  Open handle. */
  ULONG               ulViewState;  /*  View state flags. */
  HWND                hwndCnr;      /*  System use only (window animation). */
  PMINIRECORDCORE     pRecord;      /*  System use only (window animation). */
} VIEWITEM;

typedef   VIEWITEM   * PVIEWITEM ;