#ifndef _PROCESS_H
#define _PROCESS_H
NTSTATUS InitProcessNotify();
VOID CleanupProcessNotify();
VOID TerminateProcessNotify(HANDLE ulProcessId);
DWORD GetProcessNotifyStatus();
VOID UserNotifyEvent();
#endif