I'm figuring out how to dynamically stack DLL's nevertheless what I don't know is this line
typedef void (*FunctionFunc)();
I have a couple of inquiries. On the off chance that somebody can answer them, I would be thankful.
For what reason is typedef utilized?
The syntax looks odd; after void ought to there not be a function name or something? It would seem that a mysterious function.
Is a function pointer made to store the memory address of a function?
So I'm befuddled right now; would you be able to explain things to me?