[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 QueryPerformanceFrequency(
out long lpFrequency
)
public static bool QueryPerformanceFrequency(
out long lpFrequency
)
Public Shared Function QueryPerformanceFrequency (
<OutAttribute> ByRef lpFrequency As Long
) As Boolean
Public Shared Function QueryPerformanceFrequency (
<OutAttribute> ByRef lpFrequency As Long
) As Boolean
public:
static bool QueryPerformanceFrequency(
[OutAttribute] long long% lpFrequency
)
public:
static bool QueryPerformanceFrequency(
[OutAttribute] long long% lpFrequency
)
static member QueryPerformanceFrequency :
lpFrequency : int64 byref -> bool
static member QueryPerformanceFrequency :
lpFrequency : int64 byref -> bool
Return Value
Type:
Boolean