This function do not get precizion delay (!!!). but only precizion tick count of fast clock. You can write delay function by self, but this not guaranties,
that windows do not grab CPU tyme for system neads up to 10 ms .....
Only way you can set "realtime priority" for your task, but stability of windows not garanted ...
In real world, forget using windows for sub miliseconds delays, only it is possible by low level kernal driver, that working from interrupts.