ReceiveImage
Receive an image from an instance of ITcIoFileImageAcquisition.
Syntax
Definition:
HRESULT ReceiveImage(
ITcVnImageBase* ipImage,
PCHAR sFileName,
HRESULT hrAcquisitionResult
)
Parameters
Name |
Type |
Description |
---|---|---|
ipImage |
Interface pointer to the image. | |
sFileName |
PCHAR |
Returns the filename to the image. |
hrAcquisitionResult |
HRESULT indicating the status of the image acquisition. |