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.

46 lines
1.1 KiB

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995
  5. //
  6. // File: cfsvopr.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::Sessions
  18. //
  19. // Synopsis:
  20. //
  21. //----------------------------------------------------------------------------
  22. STDMETHODIMP
  23. CNWCOMPATFileService::Sessions(
  24. THIS_ IADsCollection FAR* FAR* ppSessions
  25. )
  26. {
  27. RRETURN_EXP_IF_ERR(E_NOTIMPL);
  28. }
  29. //----------------------------------------------------------------------------
  30. //
  31. // Function: CNWCOMPATFileService::Resources
  32. //
  33. // Synopsis:
  34. //
  35. //----------------------------------------------------------------------------
  36. STDMETHODIMP
  37. CNWCOMPATFileService::Resources(
  38. THIS_ IADsCollection FAR* FAR* ppResources
  39. )
  40. {
  41. RRETURN_EXP_IF_ERR(E_NOTIMPL);
  42. }