DisplayNote

#include "BIDISP.H"

 

LRESULT CALLBACK DisplayNote( HDC                              hDc,
         LPDISPLAYSTRUCT  lpView
         LPNOTESTRUCT        lpNote)

Description

The DisplayNote() function should be called in response to the WM_PAINT message. The propose of this function is to display a text Note on the image.

Parameters

HDC

hDc

Window Device Context handle.

LPDISPLAYSTRUCT

lpView

Display information structure.

LPNOTESTRUCT

lpNote

The Note data 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.