Home » U++ Library support » U++ Callbacks and Timers » How to use callback with 3 parameters
Re: How to use callback with 3 parameters [message #13479 is a reply to message #13473] |
Thu, 10 January 2008 17:38   |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
malya wrote on Thu, 10 January 2008 06:35 |
void MyFunc(int i, int i1, int i2)
{
...
}
void main()
{
PostCallback(callback(MyFunc, 1, 2, 3)); // ?????
}
|
PostCallback(callback3(MyFunc, 1, 2, 3)); // ?????
|
|
|
Goto Forum:
Current Time: Thu Jul 10 03:00:47 CEST 2025
Total time taken to generate the page: 0.03409 seconds
|