DisplayWmPaint

#include "BIDISP.H"

 

LRESULT CALLBACK DisplayWmPaint( HWND    hWnd,
LPDISPLAYSTRUCT  cb)

Description

The DisplayWmPaint function should be called only in response to the WM_PAINT message.

Parameters

HWND

hWnd

Window handle to get client parameters.

LPDISPLAYSTRUCT

cb

Display information structure.

Return values

The return value is the result of the message processing.

Requirements

Header :     Declared in BIDisp.h; include BIDisp.h.

Library :    Use BIDisp.lib.

DLLs :       BIDisp.dll, BiDIB.dll.

Code example

See sample code at DisplayWmCreate().