07.05.2011, 00:27
How can I do this? It probably involves GetTickCount, but i'm not sure; Can someone give me an example?
top of callback:
sta = GetTickCount();
bottom of callback:
sto = GetTickCount();
o = sto - sta;
printf("Callback time: %d ms", o);