windows-nt/Source/XPSP1/NT/windows/appcompat/shimengines/engiat/notifycallback.h

39 lines
495 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1989-2000 Microsoft Corporation
Module Name:
NotifyCallback.h
Abstract:
This is the header file for NotifyCallback.c which implements
the trampoline at the EXE's entry point.
Author:
clupu created 19-February-2001
Revision History:
--*/
#ifndef _SHIMENG_NOTIFYCALLBACK_H_
#define _SHIMENG_NOTIFYCALLBACK_H_
void
RestoreOriginalCode(
void
);
BOOL
InjectNotificationCode(
PVOID entryPoint
);
#endif // _SHIMENG_NOTIFYCALLBACK_H_