pRecord (PRECORDCORE)

      Pointer to the RECORDCORE structure that is to be queried for the image.

      Note: If the CCS_MINIRECORDCORE style bit is specified when a container is created, then MINIRECORDCORE should be used instead of RECORDCORE and PMINIRECORDCORE should be used instead of PRECORDCORE in all applicable data structures and messages.

    ulReserved (ULONG)

      Reserved value, should be 0.

    hImage (LHANDLE)

      Image handle.

      NULLHANDLE

        If no image is defined, NULLHANDLE is returned.
      Other
        Handle of an icon or bit map.

        • If the CA_DRAWICON attribute and the CV_MINI style bit are specified, the RECORDCORE structure's hptrMiniIcon field is returned.

        • If the CA_DRAWICON attribute is specified without the CV_MINI style bit, the RECORDCORE structure's hptrIcon field is returned.

        • If the CA_DRAWBITMAP attribute and the CV_MINI style bit are specified, the RECORDCORE structure's hbmMiniBitmap field is returned.

        • If the CA_DRAWBITMAP attribute is specified without the CV_MINI style bit, the RECORDCORE structure's hbmBitmap field is returned.


        [Back] [Next]