dim hdl as long
hdl = LoadImage("SomePath").Handle

I want to pass the handle back so the other function can load this image using the handle as oppose to teh path.