Compiler Warning (level 1) C4113 (Windows CE 5.0)

Send Feedback

'identifier1' differs in parameter lists from 'identifier2'

A function pointer is assigned to another function pointer, but the formal parameter lists of the functions do not agree. The assignment is compiled without modification.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.