Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

L_DeleteLeadDC

Show in webframe

#include "l_bitmap.h"

L_LTKRN_API L_BOOL L_DeleteLeadDC(hDC)

L_HDC hDC;

/* handle to a device context */

Deletes the device context that was created using the L_CreateLeadDC function.

Parameter

Description

hDC

Handle to a device context that was created using the L_CreateLeadDC function.

Returns

TRUE

The device context was deleted.

FALSE

The device context was invalid, or the deletion failed for some other reason.

Required DLLs and Libraries

LTKRN

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:

L_CreateLeadDC

Example

For a short example, refer to L_CreateLeadDC. For complete sample code, refer to the DRAW example.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.