#include "l_bitmap.h"
L_LTFIL_API L_INT L_CopyMarkers(phMarkersDst, hMarkersSrc)
L_VOID** phMarkersDst;  | 
destination markers handle  | 
L_HANDLE hMarkersSrc;  | 
source markers handle  | 
Copies the specified collection of metadata markers to a new handle.
Parameter  | 
Description  | 
phMarkersDst  | 
Pointer to a variable to be updated with a handle to a copy of the specified markers.  | 
hMarkersSrc  | 
Handle to the collection of metadata markers to copy.  | 
SUCCESS  | 
The function was successful.  | 
< 1  | 
An error occurred. Refer to Return Codes.  | 
The new handle will be copied to *phMarkersDst.
If hMarkersSrc is NULL or if the function fails, phMarkersDst will be NULL.
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_LoadMarkers, L_CreateMarkers, L_FreeMarkers, L_InsertMarker, L_EnumMarkers, L_GetMarkerCount, L_GetMarker  | 
Topics:  | 
|
  | 
L_INT CopyMarkersExample(HANDLE hMarkersSrc, HANDLE* phMarkersCopy){L_INT nRet;// Copy markers collection into the desitation handlenRet = L_CopyMarkers(phMarkersCopy, hMarkersSrc);if(nRet != SUCCESS)return nRet;return SUCCESS;}
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
