Source code of Windows XP (NT5)
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.

36 lines
668 B

  1. /*++
  2. Copyright (c) 1995-1997 Microsoft Corporation
  3. Module Name:
  4. dbgcc.hxx
  5. Abstract:
  6. Headers for CLIENT_CONN functions needed by other objects
  7. Author:
  8. DaveK 6-Oct-1997
  9. Revision History:
  10. --*/
  11. /***********************************************************************
  12. * CLIENT_CONN functions needed by other objects
  13. **********************************************************************/
  14. typedef VOID (PFN_PRINT_CC_ELEMENT)
  15. ( PVOID pccDebuggee,
  16. PVOID pccDebugger,
  17. CHAR verbosity);
  18. VOID DumpClientConnList( CHAR Verbosity, PFN_PRINT_CC_ELEMENT pfnCC);
  19. /************* end of file ********************************************/