mirror of https://github.com/tongzx/nt5src
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
36 lines
668 B
/*++
|
|
|
|
Copyright (c) 1995-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dbgcc.hxx
|
|
|
|
Abstract:
|
|
|
|
Headers for CLIENT_CONN functions needed by other objects
|
|
|
|
Author:
|
|
|
|
DaveK 6-Oct-1997
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
/***********************************************************************
|
|
* CLIENT_CONN functions needed by other objects
|
|
**********************************************************************/
|
|
|
|
typedef VOID (PFN_PRINT_CC_ELEMENT)
|
|
( PVOID pccDebuggee,
|
|
PVOID pccDebugger,
|
|
CHAR verbosity);
|
|
|
|
VOID DumpClientConnList( CHAR Verbosity, PFN_PRINT_CC_ELEMENT pfnCC);
|
|
|
|
|
|
|
|
/************* end of file ********************************************/
|
|
|