Jump to content

VIEWFILE

From EDM2

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 ;