'Declaration
<System.Security.SuppressUnmanagedCodeSecurityAttribute()> Public Shared Function QueryPerformanceCounter( _ ByRef performanceCount As System.Long _ ) As System.Boolean
'Usage
Dim performanceCount As System.Long Dim value As System.Boolean value = NKernel32.QueryPerformanceCounter(performanceCount)
[System.Security.SuppressUnmanagedCodeSecurity()] public static System.bool QueryPerformanceCounter( out System.long performanceCount )
Parameters
- performanceCount