Source code of Windows XP (NT5)
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.

31 lines
551 B

  1. /********************************************************************
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. srrpcs.cpp
  5. Abstract:
  6. header file for rpc server functions - SRRPCS.LIB
  7. Revision History:
  8. Brijesh Krishnaswami (brijeshk) - 04/02/00
  9. created
  10. ********************************************************************/
  11. #ifndef _SRRPCS_H_
  12. #define _SRRPCS_H_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. DWORD WINAPI RpcServerShutdown();
  17. DWORD WINAPI RpcServerStart();
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif