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 "timeSetEvent" in [All]

kernel32

.

[timeSetEvent]

.

[timeSetEvent]

winmm

.

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");

.
Documentation
[timeSetEvent] on MSDN

 
Access PInvoke.net directly from VS: