How to use Functors with a function struct

L

leaf

i have a struct which defines a function call

stuct TFunction
{
int id; // ID of the function to call
UINT nparams; // No. of parameters
ULONG* params // Parameter data
}

how can i use a Functor to execute a function as well as passing the
parameters (ULONG* params)

*functions to call are from a DLL.
*functions in the DLL have different argument counts and types
 
L

leaf

ps. Functions from the DLL as encapusaled on a class.
ie.
CMyDLLFunc_A
{
...
many functions here...
.....
}
CMyDLLFunc_B
{
....
many functions here also...
....
}
 
T

TB

leaf skrev:
i have a struct which defines a function call

stuct TFunction
{
int id; // ID of the function to call
UINT nparams; // No. of parameters
ULONG* params // Parameter data
}

how can i use a Functor to execute a function as well as passing the
parameters (ULONG* params)

*functions to call are from a DLL.
*functions in the DLL have different argument counts and types

Consider Assembly language.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top