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.

18 lines
215 B

  1. #include <svcs.h>
  2. extern "C" {
  3. DWORD
  4. WINAPI
  5. ScesrvInitializeServer(
  6. IN PSVCS_START_RPC_SERVER pStartRpcServer
  7. );
  8. DWORD
  9. WINAPI
  10. ScesrvTerminateServer(
  11. IN PSVCS_STOP_RPC_SERVER pStopRpcServer
  12. );
  13. }