Difference between revisions of "GetApphInstance function"
(Created page with 'The GetApphInstance function is provided by the Script Support Class to get the bot's instance handle. ==Development== The GetApphInstance function was added in version …') |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:20, 1 December 2017
The GetApphInstance function is provided by the Script Support Class to get the bot's instance handle.
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()