UBB.Dev
Posted By: The Team need help on win32 - 05/30/2000 9:02 AM
Hello guys,
I have one problem on win32 SDK.As u all know ,on Unix environment in gtk library there is a function called
gtk_timeout_add.The details of the function is as follows

gtk_timeout_add ()

guint gtk_timeout_add (guint32 interval, GtkFunction function, gpointer data);

Description:
Registers a function to be called periodically. The function will be called repeatedly after interval milliseconds until it returns
FALSE at which point the timeout is destroyed and will not be called again.

interval : The time between calls to the function, in milliseconds (1/1000ths of a second.)
function : The function to call periodically.
data : The data to pass to the function.
Returns : A unique id for the event source.

Is there any function in windows similar to this.If yes then pl. tell me the name with full description.
If there is no such function in windows then pl tell me how to write a function which will act like gtk_timeout_add()

thanx

mama

© UBB.Developers