RECORDCORE

RECORDCORE Structure that contains information for records in a container control. This data structure is used if the CCS_MINIRECORDCORE style bit is not specified when a container is created.
typedef struct _RECORDCORE {
ULONG            cb;               /* Structure size  */
ULONG            flRecordAttr;     /* Record attributes  */
POINTL           ptlIcon;          /* Record position  */
PRECORDCORE      preccNextRecord;  /* Pointer  */
PSZ              pszIcon;          /* Text  */
HPOINTER         hptrIcon;         /* Icon  */
HPOINTER         hptrMiniIcon;     /* Mini-icon  */
HBITMAP          hbmBitmap;        /* Bit map  */
HBITMAP          hbmMiniBitmap;    /* Mini-bit map  */
PTREEITEMDESC    pTreeItemDesc;    /* Pointer  */
PSZ              pszText;          /* Text view text  */
PSZ              pszName;          /* Name view text  */
PSZ              pszTree;          /* Tree view text  */
 } RECORDCORE;


[Back: PVOID]
[Next: cb]