ImageMan DLL Suite Version 8Submit feedback on this topic   

ImgOpenEmbedded

HANDLE IMAPI ImgOpenEmbedded (lpFileName, lOffset, lLen, lpExt)

This functions opens and initializes an image file that is embedded in another file.

 

Parameter

Type

Description

lpFileName

LPSTR

Path to the file the image is embedded in.

lOffset

LONG

Specifies the offset (in bytes) of the embedded image from the beginning of the file containing it.

lLen

LONG

Specifies the length (in bytes) of the embedded image within the containing file.

lpExt

LPSTR

Specifies that ImageMan should process the file as an image with the extension specified.

 

Return Value

The return value specifies the handle used to refer to the image. It is NULL if the file could not be opened.

Comments

This function allows you to open an image file that is contained within another file. ImageMan will determine the image type from the lpExt parameter. ImageMan will open the file with read-only access.

 

 


© 1995-2004 Data Techniques, Inc. All rights reserved.