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.

38 lines
533 B

  1. /*++
  2. Copyright (c) 1989-2000 Microsoft Corporation
  3. Module Name:
  4. NotifyCallback.h
  5. Abstract:
  6. This is the header file for NotifyCallback.c which implements
  7. the trampoline at the EXE's entry point.
  8. Author:
  9. clupu created 19-February-2001
  10. Revision History:
  11. --*/
  12. #ifndef _SHIMENG_NOTIFYCALLBACK_H_
  13. #define _SHIMENG_NOTIFYCALLBACK_H_
  14. void
  15. RestoreOriginalCode(
  16. void
  17. );
  18. BOOL
  19. InjectNotificationCode(
  20. PVOID entryPoint
  21. );
  22. #endif // _SHIMENG_NOTIFYCALLBACK_H_