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

ntdll

.

    SystemQueryPerformanceCounterInformation = 0x007C,

coredll

.

public static extern int QueryPerformanceCounter(ref long lpPerformanceCount);

.

Public Shared Function QueryPerformanceCounter( _

.
Documentation
.

[[DllImport(COREDLL, EntryPoint = "QueryPerformanceCounter", SetLastError = true)]

.

public static extern bool QueryPerformanceCounter(ref long lPerformanceCounter);

.

Declare Function QueryPerformanceCounter Lib "coredll.dll" (TODO) As TODO

.
Documentation
[QueryPerformanceCounter] on MSDN

kernel32

.
Summary
.

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);

.
Documentation
QueryPerformanceCounter on MSDN, [SuppressUnmanagedCodeSecurityAttribute] on MSDN

 
Access PInvoke.net directly from VS: