Desktop Functions: Smart Device Functions:
|
Search Results for "QueryPerformanceCounter" in [All]ntdll
SystemQueryPerformanceCounterInformation = 0x007C, coredllpublic static extern int QueryPerformanceCounter(ref long lpPerformanceCount); Public Shared Function QueryPerformanceCounter( _
[[DllImport(COREDLL, EntryPoint = "QueryPerformanceCounter", SetLastError = true)]
public static extern bool QueryPerformanceCounter(ref long lPerformanceCounter);
Declare Function QueryPerformanceCounter Lib "coredll.dll" (TODO) As TODO 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); |