DiDi
October 5th, 1999, 04:52 AM
I got a Pointer-Var.:
Action *pAction=List->pAktion
I want to call a function looks like this:
int SendAction(Aktion oAktion){...}
How to convert the Pointer so I can call the function without changing it (the function).
Thank you *** * * * * * * * * * * * * * * * * *
Action *pAction=List->pAktion
I want to call a function looks like this:
int SendAction(Aktion oAktion){...}
How to convert the Pointer so I can call the function without changing it (the function).
Thank you *** * * * * * * * * * * * * * * * * *