Пример #1
0
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
Пример #2
0
 private static extern long PdhGetDataSourceTimeRangeH(PdhSafeDataSourceHandle hDataSource, ref IntPtr pdwNumEntries, ref PDH_TIME_INFO pInfo, ref IntPtr pdwBufferSize);
Пример #3
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
Пример #4
0
 private static extern long PdhEnumObjectsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, IntPtr mszObjectList, ref IntPtr pcchBufferLength, long dwDetailLevel, bool bRefresh);
Пример #5
0
 private static extern long PdhExpandWildCardPathH(PdhSafeDataSourceHandle hDataSource, string szWildCardPath, IntPtr mszExpandedPathList, ref IntPtr pcchPathListLength, long dwFlags);
Пример #6
0
 private static extern long PdhEnumMachinesH(PdhSafeDataSourceHandle hDataSource, IntPtr mszMachineNameList, ref IntPtr pcchBufferLength);
Пример #7
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);
Пример #8
0
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
Пример #9
0
 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);