C# Class SimShift.Entities.MmTimer

Afficher le fichier Open project: nlhans/SimShift

Protected Properties

Свойство Type Description
mmCapabilities LPTIMECAPS

Méthodes publiques

Méthode Description
MmTimer ( uint period ) : System
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Check ( ) : bool

Private Methods

Méthode 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 méthode

protected Check ( ) : bool
Résultat bool

MmTimer() public méthode

public MmTimer ( uint period ) : System
period uint
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

mmCapabilities protected_oe property

protected LPTIMECAPS mmCapabilities
Résultat LPTIMECAPS