Jump to content

VIEWFILE

From EDM2
Revision as of 03:11, 3 May 2025 by Martini (talk | contribs) (Created page with "USAGE_OPENFILE structure. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _VIEWFILE { ULONG ulMenuId; Menu ID, if an association or menu page.: LHANDLE handle; Open handle.: HWND hwndCnr; System use only (window animation).: PMINIRECORDCORE pRecord; System use only (window animation).: } VIEWFILE; typedef VIEWFILE * PVIEWFILE ; </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

USAGE_OPENFILE structure.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef struct _VIEWFILE {
  ULONG               ulMenuId;  /*  Menu ID, if an association or menu page. */
  LHANDLE             handle;    /*  Open handle. */
  HWND                hwndCnr;   /*  System use only (window animation). */
  PMINIRECORDCORE     pRecord;   /*  System use only (window animation). */
} VIEWFILE;

typedef   VIEWFILE   * PVIEWFILE ;