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
512 B

  1. /*++
  2. Module Name:
  3. pssframe.h
  4. Abstract:
  5. This module logs the content of DISs and DCSs into PSS log file.
  6. Author:
  7. Jonathan Barner (t-jonb) Mar, 2001
  8. Revision History:
  9. --*/
  10. #ifndef _PSSFRAME_H_
  11. #define _PSSFRAME_H_
  12. void LogClass1DISDetails(PThrdGlbl pTG, NPDIS npdis);
  13. void LogClass1DCSDetails(PThrdGlbl pTG, NPDIS npdis);
  14. void LogClass2DISDetails(PThrdGlbl pTG, LPPCB lpPcb);
  15. void LogClass2DCSDetails(PThrdGlbl pTG, LPPCB lpPcb);
  16. #endif // _PSSFRAME_H_