C# Class SimShift.Entities.MmTimer

Show file Open project: nlhans/SimShift

Protected Properties

Property Type Description
mmCapabilities LPTIMECAPS

Public Methods

Method Description
MmTimer ( uint period ) : System
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
Check ( ) : bool

Private Methods

Method Description
TimerHandler ( int id, int msg, IntPtr user, int dw1, int dw2 ) : void
timeBeginPeriod ( UInt32 msec ) : UInt32
timeEndPeriod ( UInt32 msec ) : UInt32
timeGetDevCaps ( LPTIMECAPS &ptc, UInt32 cbtc ) : UInt32
timeKillEvent ( UInt32 id ) : UInt32
timeSetEvent ( UInt32 delay, UInt32 resolution, TimerEventHandler handler, IntPtr user, UInt32 eventType ) : UInt32

Method Details

Check() protected method

protected Check ( ) : bool
return bool

MmTimer() public method

public MmTimer ( uint period ) : System
period uint
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

mmCapabilities protected property

protected LPTIMECAPS mmCapabilities
return LPTIMECAPS