Windows2003-3790/windows/advcore/duser/engine/services/hook.h
2020-09-30 16:53:55 +02:00

15 lines
293 B
C

#if !defined(SERVICES__Hook_h__INCLUDED)
#define SERVICES__Hook_h__INCLUDED
#pragma once
#if ENABLE_MPH
BOOL InitMPH();
BOOL UninitMPH();
BOOL CALLBACK DUserInitHook(DWORD dwCmd, void* pvParam);
#endif // ENABLE_MPH
#endif // SERVICES__Hook_h__INCLUDED