The information in this article applies to:
SUMMARYIn the March 1997 issue of the Visual Basic Programmer's Journal, an article by Matthew Curland and William Storage was published which featured a technique for simulating the calling of function pointers in Microsoft Visual Basic 5.0. MORE INFORMATION
As described in the article, the technique requires modification of a
class's VTable through the use of the AddressOf operator and the
CopyMemory and VirtualProtect Win32 API functions. REFERENCES
Visual Basic Programmer's Journal Additional query words: Vtables pointer recursive recursion hack sort qsort compare void overwrite
Keywords : kbpolicy kbVBp500 kbGrpVB VBCCE VBKBVBA |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |