Description This method loads the TGA file lpszFileName into a bitmap. It performs all low-level calls internally in the DLL.
Syntax lRet = [BIImgFrm.]LoadTGAIntoBitmap FileName DispInfo
Remarks lRet LONGLONG Handle to a bitmap or 0 if the function call fails.
FileName STRING Pointer to a null-terminated character string that names the TGA file path.
DispInfo BOOL Setting this parameter to a “TRUE”value would display the file open dialog box for the TGA image.
Note: This method does not free the Bitmap. Call the DropBitmap method to free up the Bitmap