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.
14 lines
293 B
14 lines
293 B
#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
|