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.

40 lines
510 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1992 - 1999
  3. Module Name:
  4. startsvc.h
  5. Abstract:
  6. This file contains the interface for insuring that the rpcss service
  7. has been started.
  8. Author:
  9. Michael Montague (mikemon) (02-Oct-1992)
  10. Revision History:
  11. --*/
  12. #ifndef __STARTSVC_H__
  13. #define __STARTSVC_H__
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. RPC_STATUS
  18. StartServiceIfNecessary (
  19. void
  20. );
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif // __STARTSVC_H__