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.

46 lines
462 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. rpcserv.h
  5. Abstract:
  6. This module contains the RPC server startup
  7. and shutdown code prototypes.
  8. Author:
  9. abhisheV 30-September-1999
  10. Environment:
  11. User Level: Win32
  12. Revision History:
  13. --*/
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. DWORD
  18. SPDStartRPCServer(
  19. );
  20. DWORD
  21. SPDStopRPCServer(
  22. );
  23. #ifdef __cplusplus
  24. }
  25. #endif