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.

15 lines
356 B

  1. //*************************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation 1998
  4. // All rights reserved
  5. //
  6. // bind.hxx
  7. //
  8. //*************************************************************
  9. #define SERVICE_RETRY_INTERVAL 100
  10. #define MAX_SERVICE_START_WAIT_TIME 10000
  11. DWORD Bind();
  12. extern handle_t ghRpc;