MINIRECORDCORE
MINIRECORDCORE Structure that contains
information for smaller records 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 */
PMINIRECORDCORE preccNextRecord; /* Pointer */
PSZ pszIcon; /* Record text */
HPOINTER hptrIcon; /* Record icon */
} MINIRECORDCORE;
[Back: LONG]
[Next: cb]