C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2564
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2564
 
     formal/actual parameter mismatch in call through pointer to
     function
 
     The formal parameters in the function declaration did not match
     the actual parameters passed through the pointer to the function.
                                    -♦-