WindowsXP-SP1/ds/adsi/nw312/cfsop.cxx
2020-09-30 16:53:49 +02:00

47 lines
1.1 KiB
C++

//---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995
//
// File: cfsvopr.cxx
//
// Contents:
//
// History: April 19, 1996 t-ptam (Patrick Tam) Created.
//
//----------------------------------------------------------------------------
#include "nwcompat.hxx"
#pragma hdrstop
//----------------------------------------------------------------------------
//
// Function: CNWCOMPATFileService::Sessions
//
// Synopsis:
//
//----------------------------------------------------------------------------
STDMETHODIMP
CNWCOMPATFileService::Sessions(
THIS_ IADsCollection FAR* FAR* ppSessions
)
{
RRETURN_EXP_IF_ERR(E_NOTIMPL);
}
//----------------------------------------------------------------------------
//
// Function: CNWCOMPATFileService::Resources
//
// Synopsis:
//
//----------------------------------------------------------------------------
STDMETHODIMP
CNWCOMPATFileService::Resources(
THIS_ IADsCollection FAR* FAR* ppResources
)
{
RRETURN_EXP_IF_ERR(E_NOTIMPL);
}