Jump to content

RECORDITEM

From EDM2

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 ;