Beispiel #1
0
 private static extern long PdhSetQueryTimeRange(PdhSafeQueryHandle hQuery, ref PDH_TIME_INFO pInfo);
Beispiel #2
0
 private static extern long PdhOpenLog(string szLogFileName, int dwAccessFlags, ref PdhLogFileType lpdwLogType, PdhSafeQueryHandle hQuery, long dwMaxSize, string szUserCaption, out PdhSafeLogHandle phLog);
Beispiel #3
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
Beispiel #4
0
 private static extern long PdhCollectQueryData(PdhSafeQueryHandle queryHandle);
Beispiel #5
0
 private static extern long PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref long pllTimeStamp);
Beispiel #6
0
 private static extern long PdhAddCounter(PdhSafeQueryHandle queryHandle, string counterPath, IntPtr userData, out IntPtr counterHandle);
Beispiel #7
0
 private static extern long PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath, long counterType, long counterDefaultScale, ulong timeBase, out IntPtr counterHandle);
Beispiel #8
0
 private static extern uint PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath,
                                                UInt32 counterType, UInt32 counterDefaultScale,
                                                UInt64 timeBase, out IntPtr counterHandle);
Beispiel #9
0
 private static extern uint PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref Int64 pllTimeStamp);
Beispiel #10
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
Beispiel #11
0
 private static extern long PdhSetQueryTimeRange(PdhSafeQueryHandle hQuery, ref PDH_TIME_INFO pInfo);
Beispiel #12
0
 private static extern long PdhOpenLog(string szLogFileName, int dwAccessFlags, ref PdhLogFileType lpdwLogType, PdhSafeQueryHandle hQuery, long dwMaxSize, string szUserCaption, out PdhSafeLogHandle phLog);
Beispiel #13
0
 private static extern long PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref long pllTimeStamp);
Beispiel #14
0
 private static extern long PdhCollectQueryData(PdhSafeQueryHandle queryHandle);
Beispiel #15
0
 private static extern long PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath, long counterType, long counterDefaultScale, ulong timeBase, out IntPtr counterHandle);
Beispiel #16
0
 private static extern long PdhAddCounter(PdhSafeQueryHandle queryHandle, string counterPath, IntPtr userData, out IntPtr counterHandle);