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.

19 lines
468 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * MVDM v1.0
  4. *
  5. * Copyright (c) 1991,1992 Microsoft Corporation
  6. *
  7. * DBGEXP.H
  8. * DBG exports
  9. *
  10. * History:
  11. * 13-Jan-1992 Bob Day (bobday)
  12. * Created.
  13. --*/
  14. extern BOOL DBGInit( VOID );
  15. extern VOID DBGDispatch( VOID );
  16. extern VOID DBGNotifyNewTask( LPVOID pNTFrame, UINT uFrameSize );
  17. extern VOID DBGNotifyRemoteThreadAddress( LPVOID lpAddress, DWORD lpBlock );
  18. extern VOID DBGNotifyDebugged( BOOL fDebugged );