hbmHandle (HBITMAP)

      Icon or bit-map handle of a static control.

      This is an icon handle when sent to a control with a style of SS_ICON or SS_SYSICON, and a bit-map handle when sent to a control with a style of SS_BITMAP.

    ulReserved (ULONG)

      Reserved value, should be 0.

    hbmHandle (HBITMAP)

      Icon or bit-map handle of the static control.

      NULLHANDLE

        No icon or bit-map handle of the static control exists, or an error occurred.
      Other
        Icon or bit-map handle of the static control.


      [Back] [Next]