GetCurrentImageAndFileName
Gets the current available image (if any) and the corresponding file name.
Syntax
Definition:
METHOD GetCurrentImageAndFileName : HRESULT
VAR_INPUT
ipImage : Reference To ITcVnImage;
sFileName : STRING;
nMaxLen : UINT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage |
Reference To ITcVnImage |
Returns the image |
sFileName |
STRING |
Returns the file name |
nMaxLen |
UINT |
Define the maximum allowed length for the file name |