Desktop Functions: Smart Device Functions:
|
Search Results for "QueryPerformanceFrequency" in [All]coredllkernel32If you are interested in this API you are probably also looking for the QueryPerformanceFrequency API.
Private Shared Function QueryPerformanceFrequency(ByRef lpPerformanceFreq As Long) As Boolean
If Not QueryPerformanceFrequency(freq) Then
private static extern bool QueryPerformanceFrequency(out long lpPerformanceFreq);
if (!QueryPerformanceFrequency(out freq)) { |