LoadLong Method
The LoadLong method loads the object with the data contained within a LongByteObject or StringObject.
This method has the following syntax:
integer = BitmapObject.LoadLong(object = Object);
This method has the following parameter:
object
(Required) Specifies the object from which this object's data will be loaded
Note: TIFF, WINDOWICON, and WINDOWCURSOR file formats are unsupported.
This method returns ER_OK if successful. If any errors occur, the method returns ER_FAIL. Descriptions of system constant values and their numeric equivalents are listed in
Error Codes (see
Error Codes).