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

kernel32

.
Summary
.

static extern IntPtr CreateWaitableTimer(IntPtr lpTimerAttributes, bool bManualReset, string lpTimerName);

.

public static extern IntPtr CreateWaitableTimer(IntPtr lpTimerAttributes, bool bManualReset,

.

     handle = Win32.PowerManagement.CreateWaitableTimer(IntPtr.Zero, true, "");

.
Documentation
[CreateWaitableTimer] on MSDN
2: set
.

    static extern IntPtr CreateWaitableTimer(IntPtr lpTimerAttributes, bool bManualReset, string lpTimerName);

.

        handle = CreateWaitableTimer(IntPtr.Zero, true, "WaitableTimer");

.

        static extern IntPtr CreateWaitableTimer(IntPtr lpTimerAttributes, bool bManualReset, string lpTimerName);

.

            handle = CreateWaitableTimer(IntPtr.Zero, true, "WaitableTimer");


 
Access PInvoke.net directly from VS: