GetApphInstance function

From StealthBot Wiki Backup
Revision as of 16:22, 13 August 2010 by Ribose (talk) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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()

Examples

See also