ReactOS 0.4.15-dev-7924-g5949c20
time.h
Go to the documentation of this file.
1/*
2 ReactOS Sound System
3 Timing helper
4
5 Author:
6 Andrew Greenwood (silverblade@reactos.org)
7
8 History:
9 1 July 2008 - Created
10*/
11
12#ifndef ROS_SOUND_TIME_H
13#define ROS_SOUND_TIME_H
14
15VOID
16SleepMs(ULONG Milliseconds);
17
20
21#endif
VOID SleepMs(ULONG Milliseconds)
Definition: time.c:28
ULONG QuerySystemTimeMs()
Definition: time.c:39
uint32_t ULONG
Definition: typedefs.h:59