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.

14 lines
293 B

  1. #if !defined(SERVICES__Hook_h__INCLUDED)
  2. #define SERVICES__Hook_h__INCLUDED
  3. #pragma once
  4. #if ENABLE_MPH
  5. BOOL InitMPH();
  6. BOOL UninitMPH();
  7. BOOL CALLBACK DUserInitHook(DWORD dwCmd, void* pvParam);
  8. #endif // ENABLE_MPH
  9. #endif // SERVICES__Hook_h__INCLUDED