Jump to content

VIEWITEM: Difference between revisions

From EDM2
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..."
 
(No difference)

Latest revision as of 02:11, 3 May 2025

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 ;