R
Richard Berg
Hello,
I need implementation advice:
I am writing a program that should call some API functions in a
specific order. The APIs are for another application, not Windows
APIs. The order and type of the calls is determined at runtime. There
are a couple of hundred of those APIs that can be called, and they all
take different parameters. What I need is somehow queue the calls with
their parameters and then dequeue and execute them one by one... Now I
really have no idea on how to acomplish anything like this. Could
someone please advice me? I can provide more details if needed.
Please reply to the group.
Thank you!
I need implementation advice:
I am writing a program that should call some API functions in a
specific order. The APIs are for another application, not Windows
APIs. The order and type of the calls is determined at runtime. There
are a couple of hundred of those APIs that can be called, and they all
take different parameters. What I need is somehow queue the calls with
their parameters and then dequeue and execute them one by one... Now I
really have no idea on how to acomplish anything like this. Could
someone please advice me? I can provide more details if needed.
Please reply to the group.
Thank you!