USAGE_RECORD structure.

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 ;


[Back] [Next]