Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "TimerCallback" in [All]

winmm

.

    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

.

enum TimerCallback { Function = 0, EventSet = 0x10, EventPulse = 0x20,

.

Enum TimerCallback

.
Documentation
[TimerCallback] on MSDN

 
Access PInvoke.net directly from VS: