Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LBitmapWindow::SetWndHandle

Show in webframe

#include "ltwrappr.h"

L_INT LBitmapWindow::SetWndHandle(hWnd)

HWND hWnd;

/* handle to the bitmap window */

Sets the handle of the window to be used by the bitmap window.

Parameter

Description

hWnd

Handle to the bitmap window.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

The passed window handle will be attached to the bitmap window. If you pass NULL, then the previously attached window will be detached from the bitmap window.

If the bitmap window has a created window using LBitmapWindow::CreateWnd function then this function will return an error code.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

Class Members

Example

L_INT LBitmapWindow__SetWndHandleExample(LBitmapWindow& BmpWnd, HWND hWnd)
{
   L_INT nRet;
   nRet = BmpWnd.SetWndHandle(hWnd);
   return nRet;
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.