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

kernel32

.

    static extern bool PulseEvent(IntPtr hEvent);

.

        PulseEvent( _Handle );

.
Summary
.

static extern bool PulseEvent(IntPtr hEvent);

.
Documentation
[PulseEvent] on MSDN

coredll

.

    '''The state of an event object remains nonsignaled until it is explicitly set to signaled by the SetEvent or PulseEvent function. This nonsignaled state blocks the execution of any threads that have specified the event object in a call to one of the wait functions.

winmm

.

        //TIME_CALLBACK_EVENT_PULSE = 0x0020  /* callback is event - use PulseEvent */


 
Access PInvoke.net directly from VS: