Desktop Functions: Smart Device Functions:
|
Search Results for "GetTickCount" in [All]kernel321: GetTickCount
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) ) DelegatesdwTime 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 |