Example #1
0
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
Example #2
0
 private static extern long PdhGetDataSourceTimeRangeH(PdhSafeDataSourceHandle hDataSource, ref IntPtr pdwNumEntries, ref PDH_TIME_INFO pInfo, ref IntPtr pdwBufferSize);
Example #3
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
Example #4
0
 private static extern long PdhEnumObjectsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, IntPtr mszObjectList, ref IntPtr pcchBufferLength, long dwDetailLevel, bool bRefresh);
Example #5
0
 private static extern long PdhExpandWildCardPathH(PdhSafeDataSourceHandle hDataSource, string szWildCardPath, IntPtr mszExpandedPathList, ref IntPtr pcchPathListLength, long dwFlags);
Example #6
0
 private static extern long PdhEnumMachinesH(PdhSafeDataSourceHandle hDataSource, IntPtr mszMachineNameList, ref IntPtr pcchBufferLength);
Example #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);
Example #8
0
 private static extern long PdhValidatePathEx(PdhSafeDataSourceHandle hDataSource, string szFullPathBuffer);
Example #9
0
 private static extern long PdhBindInputDataSource(out PdhSafeDataSourceHandle phDataSource, string szLogFileNameList);
Example #10
0
 private static extern long PdhGetDataSourceTimeRangeH(PdhSafeDataSourceHandle hDataSource, ref IntPtr pdwNumEntries, ref PDH_TIME_INFO pInfo, ref IntPtr pdwBufferSize);
Example #11
0
 private static extern long PdhOpenQueryH(PdhSafeDataSourceHandle hDataSource, IntPtr dwUserData, out PdhSafeQueryHandle phQuery);
Example #12
0
 private static extern long PdhExpandWildCardPathH(PdhSafeDataSourceHandle hDataSource, string szWildCardPath, IntPtr mszExpandedPathList, ref IntPtr pcchPathListLength, long dwFlags);
Example #13
0
 private static extern long PdhEnumObjectsH(PdhSafeDataSourceHandle hDataSource, string szMachineName, IntPtr mszObjectList, ref IntPtr pcchBufferLength, long dwDetailLevel, bool bRefresh);
Example #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);
Example #15
0
 private static extern long PdhEnumMachinesH(PdhSafeDataSourceHandle hDataSource, IntPtr mszMachineNameList, ref IntPtr pcchBufferLength);
Example #16
0
 private static extern long PdhBindInputDataSource(out PdhSafeDataSourceHandle phDataSource, string szLogFileNameList);