Glossary Item Box

ImageMan DLL Suite Version 8 Submit feedback on this topic   

ImgToClipboard

int IMAPI ImgToClipboard (hImage)

This function places the given ImageMan image on the clipboard in CF_DIB or CF_METAFILEPICT format.

 

Parameter

Type

Description

hImage

HANDLE

Identifies the image to place on the clipboard.

 

Return Value

The return value is IMG_OK if the image is successfully placed on the clipboard, IMG_ERR otherwise.

Comments

The image is placed on the clipboard in either CF_DIB or CF_METAFILEPICT format, depending on the value of the IMG_DISP_VECTOR flag (as returned from ImgGetInfo). If the flag is set, the image is placed in CF_METAFILEPICT format.

 

 


Copyright 2008 Data Techniques, Inc. All Rights Reserved