I\'ve searched in the Web but I\'ve only found a way for do it, but in this way it returns in seconds instead of milliseconds.
My code is:
#include
GetSystemTime() uses the structure SYSTEMTIME, which provides milli-second resolution.
GetSystemTime()
SYSTEMTIME
More on this here.