Returns the "system handle" (HINSTANCE) of the current program. Then, this handle can be used in the system APIs that require this parameter.
// Retrieve the instance of the program
hInstance is int = Instance()
Syntax
<Result>: Integer
System handle of the program.