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.

33 lines
532 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. event.hxx
  5. Abstract:
  6. This header file declares event callback routines and classes.
  7. Author:
  8. JasonHa
  9. --*/
  10. #ifndef _EVENT_HXX_
  11. #define _EVENT_HXX_
  12. #define INVALID_UNIQUE_STATE 0
  13. HRESULT SetEventCallbacks(PDEBUG_CLIENT Client);
  14. void ReleaseEventCallbacks(PDEBUG_CLIENT Client);
  15. HRESULT EventCallbacksReady(PDEBUG_CLIENT Client);
  16. extern BOOL gbSymbolsNotLoaded;
  17. extern ULONG UniqueTargetState;
  18. #endif _EVENT_HXX_