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.

38 lines
503 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. Abstract:
  5. Prototypes for the RPC stubs that services uses to
  6. call over to trkwks, now that it is in svchost.
  7. Author:
  8. Revisions:
  9. --*/
  10. extern "C" {
  11. NTSTATUS
  12. WINAPI
  13. StartTrkWksServiceStubs(
  14. PSVCS_START_RPC_SERVER RpcpStartRpcServer,
  15. LPTSTR SvcsRpcPipeName
  16. );
  17. NTSTATUS
  18. WINAPI
  19. StopTrkWksServiceStubs(
  20. PSVCS_STOP_RPC_SERVER RpcpStopRpcServer
  21. );
  22. };