Desktop Functions: Smart Device Functions:
|
Search Results for "TimerCallback" in [All]winmm1: timeSetEvent
static extern uint timeSetEvent(uint uDelay, uint uResolution, TimerCallback lpTimeProc, UIntPtr dwUser, uint fuEvent);
delegate void TimerCallback(uint uTimerID, uint uMsg, UIntPtr dwUser, UIntPtr dw1, UIntPtr dw2);
TimerCallback thisCB; coredll
preventSleepTimer = new System.Threading.Timer(new TimerCallback(PokeDeviceToKeepAwake), Enums |