[This is preliminary documentation and is subject to change.]
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool QueryPerformanceCounter(
out long lpPerformanceCount
)
public static bool QueryPerformanceCounter(
out long lpPerformanceCount
)
Public Shared Function QueryPerformanceCounter (
<OutAttribute> ByRef lpPerformanceCount As Long
) As Boolean
Public Shared Function QueryPerformanceCounter (
<OutAttribute> ByRef lpPerformanceCount As Long
) As Boolean
public:
static bool QueryPerformanceCounter(
[OutAttribute] long long% lpPerformanceCount
)
public:
static bool QueryPerformanceCounter(
[OutAttribute] long long% lpPerformanceCount
)
static member QueryPerformanceCounter :
lpPerformanceCount : int64 byref -> bool
static member QueryPerformanceCounter :
lpPerformanceCount : int64 byref -> bool
Return Value
Type:
Boolean