TB_REPLACEBITMAP

This message replaces an existing bitmap with a new bitmap.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

  1. TB_REPLACEBITMAP wParam = 0;
    lParam = (LPARAM) (LPTBREPLACEBITMAP) ptbrb;

Parameters

ptbrb

Pointer to a TBREPLACEBITMAP structure that contains the information of the bitmap to be replaced and the new bitmap.

Return Values

Nonzero indicates success. Zero indicates otherwise.