#include "l_bitmap.h"
L_LTKRN_API L_HPALETTE L_DupPalette(hPalette)
L_HPALETTE hPalette;  | 
handle of the palette to duplicate  | 
Duplicates a Windows palette.
Parameter  | 
Description  | 
hPalette  | 
Handle of the palette to duplicate.  | 
Handle of the palette that is created by making the duplicate.
This function does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this function.
The palette returned by this function must be destroyed using the Windows C API DeleteObject() when it is no longer needed.
In order to copy a palette from one bitmap to another, use L_CopyBitmapPalette.
Required DLLs and Libraries
| 
 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.  | 
Win32, x64, Linux.
Functions:  | 
L_CopyBitmapPalette, L_GetFixedPalette, L_ColorResBitmap, L_CreatePaintPalette, L_GetBitmapColors, L_PutBitmapColors, L_DupBitmapPalette  | 
Topics:  | 
|
  | 
For a short example, refer to L_ResizeBitmap. For complete sample code, refer to the FEATURE3 example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
