L_DispContainerSaveRegion
#include "l_bitmap.h"
L_LTIVW_API L_INT EXT_FUNCTION L_DispContainerSaveRegion(hCon, pFileName, nCellIndex, nSubCellIndex, nStartPage, uFlags)
HDISPCONTAINER hCon; |
/* handle to the container */ |
LPTSTR pFileName; |
/* output file name */ |
L_INT nCellIndex; |
/* index of the cell */ |
L_INT nSubCellIndex; |
/* index into the image list attached to the cell */ |
L_INT nStartPage; |
/* the page number of a multi-page file */ |
L_UINT uFlags; |
/* reserved for future */ |
Saves the region of the specified cell or sub-cell image to a file. This function is available only in the Medical Imaging Suite toolkit.
Parameter |
Description |
hCon |
Handle to the Container. |
pFileName |
Character string that contains the name of the file to save. |
nCellIndex |
A zero-based index of the cell for which to save the region. Pass -2 to save the region of the selected cell. |
nSubCellIndex |
A zero-based index into the image list attached to the cell specified in nCellIndex. This sub-cell contains the image region that will be saved. Pass -2 to refer to the selected sub-cell. If the cell contains 1 frame then the nSubCellIndex should be 0. |
nStartPage |
The page number of a multi-page file, which can contain more than one image. |
uFlags |
Reserved for future use. Pass 0. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
This function saves the region into an encrypted file. To load the saved region file use L_DispContainerLoadRegion.
Required DLLs and Libraries
LTIVW |
See Also
Functions: |
L_DispContainerLoadRegion, L_DispContainerAnnToRgn, L_DispContainerSetRegionCallBack, L_DispContainerGetRegionCallBack, DISPCONTAINERREGIONCALLBACK |
Topics: |
|
|
|
|
Example
XXX