Structure that contains information for records smaller than those defined by the RECORDCORE data structure. This data structure is used if the CCS_MINIRECORDCORE style bit is specified when a container is created.
typedef struct _MINIRECORDCORE { ULONG cb; /* Structure size. */ ULONG flRecordAttr; /* Attributes of container records. */ POINTL ptlIcon; /* Record position. */ struct _MINIRECORDCORE *preccNextRecord; /* Pointer to the next linked record. */ PSZ pszIcon; /* Record text. */ HPOINTER hptrIcon; /* Record icon. */ } MINIRECORDCORE; typedef MINIRECORDCORE * PMINIRECORDCORE ;