#include "BIDISP.H"
VOID CALLBACK M_StartMagnify( HWND hWnd,
HPALETTE hPal)
Description
This function should be called in response to the WM_LBUTTONDOWN message. It will create a magnifying window.
Parameters
|
HWND |
hWnd |
The parent window for the magnifying window. |
|
HPALETTE |
hPal |
The palette for the image. One can use the palette from the Display structure. |
Return values
None.
Requirements
Header : Declared in BIDisp.h; include BIDisp.h.
Library : Use BIDisp.lib.
DLLs : BIDisp.dll.