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

user32

.
Summary
.

static extern uint MsgWaitForMultipleObjectsEx(uint nCount, IntPtr [] pHandles,

.

    Private Declare Function MsgWaitForMultipleObjects Lib "User32.dll" ( _

.

        Select Case MsgWaitForMultipleObjects(1, arrHandles, 1, waitInterval, QS_ALLEVENTS)

.

    private static extern int MsgWaitForMultipleObjectsEx(

.
Documentation
[MsgWaitForMultipleObjectsEx] on MSDN
.
Summary
.

static extern uint MsgWaitForMultipleObjectsEx(uint nCount, IntPtr [] pHandles,

.

    Private Declare Function MsgWaitForMultipleObjects Lib "User32.dll" ( _

.

        Select Case MsgWaitForMultipleObjects(1, arrHandles, 1, waitInterval, QS_ALLEVENTS)

.
Documentation
[MsgWaitForMultipleObjectsEx] on MSDN

Enums

.
Summary
Queue status flags for GetQueueStatus() and MsgWaitForMultipleObjects()

 
Access PInvoke.net directly from VS: