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