This question is inspired by Does Linux provide a monotonically increasing clock to applications.
Maybe I should be more precise: I\'m looking for a clock function w
Yes, GetTickCount() does this. If you want a higher fidelity counter, QueryPerformanceCounter is also available. Neither of these counters depend on the time of day.