Share via


Pointers to Functions 

A pointer to a function can be converted to type void *, if type void * is large enough to hold that pointer.

See Also

Reference

Pointer Conversions (C++)