예제 #1
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhSetQueryTimeRange(PdhSafeQueryHandle hQuery, ref PDH_TIME_INFO pInfo);
예제 #2
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhOpenLog(string szLogFileName, int dwAccessFlags, ref PdhLogFileType lpdwLogType, PdhSafeQueryHandle hQuery, long dwMaxSize, string szUserCaption, out PdhSafeLogHandle phLog);
예제 #3
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
예제 #4
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhCollectQueryData(PdhSafeQueryHandle queryHandle);
예제 #5
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref long pllTimeStamp);
예제 #6
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhAddCounter(PdhSafeQueryHandle queryHandle, string counterPath, IntPtr userData, out IntPtr counterHandle);
예제 #7
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath, long counterType, long counterDefaultScale, ulong timeBase, out IntPtr counterHandle);
예제 #8
0
파일: PdhHelper.cs 프로젝트: 40a/PowerShell
 private static extern uint PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath,
                                                UInt32 counterType, UInt32 counterDefaultScale,
                                                UInt64 timeBase, out IntPtr counterHandle);
예제 #9
0
파일: PdhHelper.cs 프로젝트: 40a/PowerShell
 private static extern uint PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref Int64 pllTimeStamp);
예제 #10
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
예제 #11
0
 private static extern long PdhSetQueryTimeRange(PdhSafeQueryHandle hQuery, ref PDH_TIME_INFO pInfo);
예제 #12
0
 private static extern long PdhOpenLog(string szLogFileName, int dwAccessFlags, ref PdhLogFileType lpdwLogType, PdhSafeQueryHandle hQuery, long dwMaxSize, string szUserCaption, out PdhSafeLogHandle phLog);
예제 #13
0
 private static extern long PdhCollectQueryDataWithTime(PdhSafeQueryHandle queryHandle, ref long pllTimeStamp);
예제 #14
0
 private static extern long PdhCollectQueryData(PdhSafeQueryHandle queryHandle);
예제 #15
0
 private static extern long PdhAddRelogCounter(PdhSafeQueryHandle queryHandle, string counterPath, long counterType, long counterDefaultScale, ulong timeBase, out IntPtr counterHandle);
예제 #16
0
 private static extern long PdhAddCounter(PdhSafeQueryHandle queryHandle, string counterPath, IntPtr userData, out IntPtr counterHandle);