Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
562 B

  1. #ifndef __RPDH_H_06262001__
  2. #define __RPDH_H_06262001__
  3. #define PDH_LOG_TYPE_RETIRED_BIN_ 3
  4. #define PDH_TIME_MISMATCH 0xF000C001
  5. #define PDH_HEADER_MISMATCH 0xF000C002
  6. #define PDH_TYPE_MISMATCH 0xF000C003
  7. PDH_STATUS
  8. R_PdhAppendLog(
  9. LPTSTR szSource,
  10. LPTSTR szAppend
  11. );
  12. PDH_STATUS
  13. R_PdhGetLogFileType(
  14. IN LPCWSTR LogFileName,
  15. IN LPDWORD LogFileType
  16. );
  17. PDH_STATUS
  18. R_PdhRelog(
  19. LPTSTR szSource,
  20. HQUERY hQuery,
  21. PPDH_RELOG_INFO_W pRelogInfo
  22. );
  23. #endif __RPDH_H_06262001__