GetApphInstance function
From StealthBot Wiki
The GetApphInstance function is provided by the Script Support Class to get the bot's instance handle.
Contents |
Development
The GetApphInstance function was added in version 2.7 by request of FrostWraith.
Documentation
'// GETAPPHINSTANCE
'// Returns the App.hInstance value
Public Function GetApphInstance() As Long
GetApphInstance = App.hInstance
End Function
Summary
This function returns the HINSTANCE value for possible external use.
Syntax
HINSTANCE = GetApphInstance()

