Forward signatures of the function

Hi all,

Is there a way to find the forward signatures of the function in the project package in visual studio? or by any means?

Thank you
Generally, that goes in the header file, although if it's a set of functions someone wants you to use, they should have provided some documentation with it.
Right now no documentation is provided.. But by looking at the header can we able to find the forward signatures?
usually. there may be more than 1 header file, but take a look and see if what you seek is in there?
Visual studio has an auto complete as well, so if you type the function names it should offer the parameter list to you as you type.
Last edited on
Topic archived. No new replies allowed.