L_DeleteLeadDC

Summary

Deletes the device context that was created using the L_CreateLeadDC or L_CreateLeadDC2 functions.

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_BOOL L_DeleteLeadDC(hDC)

Parameters

L_HDC hDC

Handle to a device context that was created using the L_CreateLeadDC or L_CreateLeadDC2 functions.

Returns

Value Meaning
TRUE The device context was deleted.
FALSE The device context was invalid, or the deletion failed for some other reason.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Example

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

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.