quote:
Originally posted by Mnjul
matty and Eljay: you both are both wrong and right
CookieRevised's reply to [Resource] Subclassing ActiveXObjects (and [Release] TabbedStatusIcon too!)
So, if I understand this correctly, Plus! declares a number of static functions which all accept a certain number of numeric arguments. Then, based on the function passed through GetCallbackPtr, Plus! determines the amount of arguments the passed JScript function accepts and returns the pointer of the static function with the same amount of arguments...
This means, for two scripts attempting to use a function pointer for an asynchronous call, two scripts requesting a function pointer with the same amount of arguments are much more likely to interrupt each other than two scripts requesting a function pointer with a different amount of arguments.
Am I right about this? Is this what we should know about using GetCallbackPtr? Or did I go wrong somewhere?