Sets data for an image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_image_set_data ( HIG_PDE_IMAGE hImage, LONG nFlags, LPBYTE lpData, LONG nLength ); |
Name | Type | Description |
---|---|---|
hImage | HIG_PDE_IMAGE | Image whose data is set. |
nFlags | LONG | A set of enumIGPDEImageDataFlags flags. If AT_PDE_IMAGE_ENCODED_DATA is set, the data must be encoded for the current filters, and nLength is the length of the encoded data. If the AT_PDE_IMAGE_ENCODED_DATA flag is not set, data is not encoded and nLength is the size of the decoded data. |
lpData | LPBYTE | Image data. |
nLength | LONG | Length of data. |
Error count.
This function does not process image pixels.