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

kernel32

.
Summary
.

static extern uint GetTickCount();

.

static extern uint GetTickCount();

.

Private Shared Function GetTickCount() As UInteger

.

    public static extern long GetTickCount();

.

        long entryTick = GetTickCount();

.

        while ( GetTickCount() < (entryTick + delay) )

.
Documentation
[GetTickCount] on MSDN

Delegates

.

dwTime in Type: DWORD The number of milliseconds that have elapsed since the system was started. This is the value returned by the GetTickCount function.

user32

.

    int systemUptime = GetTickCount();    // was Environment.TickCount


 
Access PInvoke.net directly from VS: