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.

35 lines
449 B

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. Module Name:
  4. crypstub.h
  5. Abstract:
  6. RPC Proxy Stub to handle downlevel requests to the services.exe
  7. pipe
  8. Author:
  9. petesk 3/1/00
  10. Revisions:
  11. --*/
  12. extern "C" {
  13. NTSTATUS
  14. WINAPI
  15. StartCryptServiceStubs(
  16. PSVCS_START_RPC_SERVER RpcpStartRpcServer,
  17. LPTSTR SvcsRpcPipeName
  18. );
  19. NTSTATUS
  20. WINAPI
  21. StopCryptServiceStubs(
  22. PSVCS_STOP_RPC_SERVER RpcpStopRpcServer
  23. );
  24. };