예제 #1
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
예제 #2
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhGetDataSourceTimeRangeH(PdhSafeDataSourceHandle hDataSource, ref IntPtr pdwNumEntries, ref PDH_TIME_INFO pInfo, ref IntPtr pdwBufferSize);
예제 #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 PdhEnumObjectsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, IntPtr mszObjectList, ref IntPtr pcchBufferLength, long dwDetailLevel, bool bRefresh);
예제 #5
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhExpandWildCardPathH(PdhSafeDataSourceHandle hDataSource, string szWildCardPath, IntPtr mszExpandedPathList, ref IntPtr pcchPathListLength, long dwFlags);
예제 #6
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhEnumMachinesH(PdhSafeDataSourceHandle hDataSource, IntPtr mszMachineNameList, ref IntPtr pcchBufferLength);
예제 #7
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhEnumObjectItemsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, string szObjectName, IntPtr mszCounterList, ref IntPtr pcchCounterListLength, IntPtr mszInstanceList, ref IntPtr pcchInstanceListLength, long dwDetailLevel, long dwFlags);
예제 #8
0
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
예제 #9
0
파일: PdhHelper.cs 프로젝트: nickchal/pash
 private static extern long PdhBindInputDataSource(out PdhSafeDataSourceHandle phDataSource, string szLogFileNameList);
예제 #10
0
 private static extern long PdhGetDataSourceTimeRangeH(PdhSafeDataSourceHandle hDataSource, ref IntPtr pdwNumEntries, ref PDH_TIME_INFO pInfo, ref IntPtr pdwBufferSize);
예제 #11
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
예제 #12
0
 private static extern long PdhExpandWildCardPathH(PdhSafeDataSourceHandle hDataSource, string szWildCardPath, IntPtr mszExpandedPathList, ref IntPtr pcchPathListLength, long dwFlags);
예제 #13
0
 private static extern long PdhEnumObjectsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, IntPtr mszObjectList, ref IntPtr pcchBufferLength, long dwDetailLevel, bool bRefresh);
예제 #14
0
 private static extern long PdhEnumObjectItemsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, string szObjectName, IntPtr mszCounterList, ref IntPtr pcchCounterListLength, IntPtr mszInstanceList, ref IntPtr pcchInstanceListLength, long dwDetailLevel, long dwFlags);
예제 #15
0
 private static extern long PdhEnumMachinesH(PdhSafeDataSourceHandle hDataSource, IntPtr mszMachineNameList, ref IntPtr pcchBufferLength);
예제 #16
0
 private static extern long PdhBindInputDataSource(out PdhSafeDataSourceHandle phDataSource, string szLogFileNameList);