ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

time.c File Reference
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <time.h>
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
#include "winemm.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  LPWINE_TIMERENTRY

Defines

#define MMSYSTIME_MININTERVAL   (1)
#define MMSYSTIME_MAXINTERVAL   (65535)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mmtime)
static void TIME_TriggerCallBack (LPWINE_TIMERENTRY lpTimer)
static DWORD CALLBACK TIME_MMSysTimeCallback ()
static DWORD CALLBACK TIME_MMSysTimeThread (LPVOID arg)
void TIME_MMTimeStart (void)
void TIME_MMTimeStop (void)
MMRESULT WINAPI timeGetSystemTime (LPMMTIME lpTime, UINT wSize)
WORD TIME_SetEventInternal (UINT wDelay, UINT wResol, LPTIMECALLBACK lpFunc, DWORD dwUser, UINT wFlags)
MMRESULT WINAPI timeSetEvent (UINT wDelay, UINT wResol, LPTIMECALLBACK lpFunc, DWORD_PTR dwUser, UINT wFlags)
MMRESULT WINAPI timeKillEvent (UINT wID)
MMRESULT WINAPI timeGetDevCaps (LPTIMECAPS lpCaps, UINT wSize)
MMRESULT WINAPI timeBeginPeriod (UINT wPeriod)
MMRESULT WINAPI timeEndPeriod (UINT wPeriod)
DWORD WINAPI timeGetTime (void)

Variables

static HANDLE TIME_hMMTimer
static LPWINE_TIMERENTRY TIME_TimersList
static HANDLE TIME_hKillEvent
static HANDLE TIME_hWakeEvent
static BOOL TIME_TimeToDie = TRUE

Generated on Sat May 26 2012 04:44:53 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.