Desktop Functions: Smart Device Functions:
|
Search Results for "timeSetEvent" in [All]kernel32[timeSetEvent] [timeSetEvent] winmm3: timeSetEvent
static extern UInt32 timeSetEvent( UInt32 msDelay, UInt32 msResolution,
Declare Function timeSetEvent Lib "winmm.dll" (TODO) As TODO
static extern uint timeSetEvent(uint uDelay, uint uResolution, TimerCallback lpTimeProc, UIntPtr dwUser, uint fuEvent);
id = timeSetEvent(ms, 0, thisCB, UIntPtr.Zero, (uint)f);
throw new Exception("timeSetEvent error"); |