System.Runtime.InteropServices Compatiblity with Windows11
Aditya Tyagi
1
Reputation point
Hello,
I am currently using system runtime Interop services for monotonic time stamping.
Bellow are the functions I am using.
[DllImport("kernel32.dll")]
public static extern bool QueryPerformanceCounter(out long value);
[DllImport("kernel32.dll")]
public static extern bool QueryPerformanceFrequency(out long value);
I am wondering wither these services will work fine with windows 11?
Windows for business | Windows Client for IT Pros | User experience | Other
Sign in to answer