Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mirek is currently offline  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)); // ?????
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Question about PostCallback from Child Thread
Next Topic: A new [Ctrl] timer id strategy
Goto Forum:
  


Current Time: Thu Jul 10 03:00:47 CEST 2025

Total time taken to generate the page: 0.03409 seconds