Desktop Functions: Smart Device Functions:
|
Search Results for "QueryPerformanceCounter" in [All]ntdll
SystemQueryPerformanceCounterInformation = 0x007C, kernel32
static extern bool QueryPerformanceCounter(out long lpPerformanceCount);
Shared Function QueryPerformanceCounter(ByRef lpPerformanceCount As Long) As Boolean
extern bool QueryPerformanceCounter(long *lpPerformanceCount);
static extern bool QueryPerformanceCounter(out long lpPerformanceCount);
Private Shared Function QueryPerformanceCounter(ByRef lpPerformanceCount As Long) As Boolean
QueryPerformanceCounter(startTime)
QueryPerformanceCounter(endTime)
private static extern bool QueryPerformanceCounter(out long lpPerformanceCount);
QueryPerformanceCounter(out startTime);
QueryPerformanceCounter(out endTime); coredll |