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.

18 lines
837 B

  1. EVENT_CALL_TO_FUNCTION_FAILED is the most common use (26 uses) of ScLogEvent
  2. - add a wrapper function for this and simplify the calls.
  3. Unify codepaths in ScTerminateServiceProcess -- two blocks of duplicated code.
  4. Slight shutdown perf improvements?
  5. 1. Make special stop message asynchronous
  6. 2. Don't wait for the process to terminate on shutdown
  7. 3. Use a separate transact critsec per image record
  8. sc.exe -- When sc query (or enumdepend) fails b/c buffer is too small, print out
  9. command line that the user should use to get all the info (or the remaining info)
  10. Client -- StartServiceCtrlDispatcher[A,W] need to be more similar. They're
  11. currently very different.
  12. Release locks around calls to ReportEvent and srvsvc portion of SetServiceBits?
  13. GetDefaultDomainName -- is there a Win32 API for this?