Jump to content

RECORDITEM

From EDM2
Revision as of 03:07, 3 May 2025 by Martini (talk | contribs) (Created page with "USAGE_RECORD structure. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _RECORDITEM { HWND hwndCnr; Container into which the object is inserted.: PMINIRECORDCORE pRecord; Record pointer within the container.: ULONG ulUser; For application use.: } RECORDITEM; typedef RECORDITEM * PRECORDITEM ; </PRE> Category:WPS Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

USAGE_RECORD structure.

Type

struct

C Declaration Method

typedef struct

Example Code

typedef struct _RECORDITEM {
  HWND                hwndCnr;  /*  Container into which the object is inserted. */
  PMINIRECORDCORE     pRecord;  /*  Record pointer within the container. */
  ULONG               ulUser;   /*  For application use. */
} RECORDITEM;

typedef   RECORDITEM   * PRECORDITEM ;