Structure that contains information about the container item being drawn. This structure is used with the WM_DRAWITEM (in Container Controls) message only.

typedef struct _CNRDRAWITEMINFO {
  PRECORDCORE     pRecord;     /*  Pointer to the RECORDCORE structure for the record being drawn. */
  PFIELDINFO      pFieldInfo;  /*  Pointer to the FIELDINFO structure for the container column being drawn in the details view. */
} CNRDRAWITEMINFO;

typedef   CNRDRAWITEMINFO   * PCNRDRAWITEMINFO ;


[Back] [Next]