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.

85 lines
2.0 KiB

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995
  5. //
  6. // File: cfsvctrl.cxx
  7. //
  8. // Contents:
  9. //
  10. // History: April 19, 1996 t-ptam (Patrick Tam) Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "nwcompat.hxx"
  14. #pragma hdrstop
  15. //----------------------------------------------------------------------------
  16. //
  17. // Function: CNWCOMPATFileService::Start
  18. //
  19. // Synopsis:
  20. //
  21. //----------------------------------------------------------------------------
  22. STDMETHODIMP
  23. CNWCOMPATFileService::Start(THIS)
  24. {
  25. NW_RRETURN_EXP_IF_ERR(E_NOTIMPL);
  26. }
  27. //----------------------------------------------------------------------------
  28. //
  29. // Function: CNWCOMPATFileService::Stop
  30. //
  31. // Synopsis:
  32. //
  33. //----------------------------------------------------------------------------
  34. STDMETHODIMP
  35. CNWCOMPATFileService::Stop(THIS)
  36. {
  37. NW_RRETURN_EXP_IF_ERR(E_NOTIMPL);
  38. }
  39. //----------------------------------------------------------------------------
  40. //
  41. // Function: CNWCOMPATFileService::Pause
  42. //
  43. // Synopsis:
  44. //
  45. //----------------------------------------------------------------------------
  46. STDMETHODIMP
  47. CNWCOMPATFileService::Pause(THIS)
  48. {
  49. NW_RRETURN_EXP_IF_ERR(E_NOTIMPL);
  50. }
  51. //----------------------------------------------------------------------------
  52. //
  53. // Function: CNWCOMPATFileService::Continue
  54. //
  55. // Synopsis:
  56. //
  57. //----------------------------------------------------------------------------
  58. STDMETHODIMP
  59. CNWCOMPATFileService::Continue(THIS)
  60. {
  61. NW_RRETURN_EXP_IF_ERR(E_NOTIMPL);
  62. }
  63. //----------------------------------------------------------------------------
  64. //
  65. // Function: CNWCOMPATFileService::Status
  66. //
  67. // Synopsis:
  68. //
  69. //----------------------------------------------------------------------------
  70. /*STDMETHODIMP
  71. CNWCOMPATFileService::get_Status(
  72. THIS_ long FAR* plStatus
  73. )
  74. {
  75. NW_RRETURN_EXP_IF_ERR(E_NOTIMPL);
  76. } */