GetCurrentImageAndFileName
Gets the current available image (if any) and the corresponding file name.
Syntax
Definition:
HRESULT GetCurrentImageAndFileName(
ITcVnImage*& ipImage,
PCHAR sFileName,
USHORT nMaxLen
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
ipImage |
Returns the image | |
|
sFileName |
PCHAR |
Returns the file name |
|
nMaxLen |
USHORT |
Define the maximum allowed length for the file name |
Return value