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.

29 lines
567 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation
  6. //
  7. // File: kpinit.h
  8. //
  9. // Contents: Prototypes relevent to starting/stopping the extension.
  10. //
  11. // History: 10-Jul-2001 t-ryanj Created
  12. //
  13. //------------------------------------------------------------------------
  14. #include "kpcommon.h"
  15. #ifndef __KPINIT_H__
  16. #define __KPINIT_H__
  17. BOOL
  18. KpStartup(
  19. VOID
  20. );
  21. VOID
  22. KpShutdown(
  23. VOID
  24. );
  25. #endif // __KPINIT_H__