 |
INFO: Creating a Function Pointer to a C++ Member Function
The text below describes generating a function pointer to a class member function in code compiled with Microsoft C/C++ version 7.0 or later. The declaration of a pointer to a class member function must include the class name. However, the class name...
support.microsoft.com |
 |