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