Skip to content

Latest commit

 

History

History
74 lines (64 loc) · 2.79 KB

nn-fsrm-ifsrmexportimport.md

File metadata and controls

74 lines (64 loc) · 2.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:fsrm.IFsrmExportImport
IFsrmExportImport (fsrm.h)
Used to export and import FSRM objects.
IFsrmExportImport
IFsrmExportImport interface [File Server Resource Manager]
IFsrmExportImport interface [File Server Resource Manager]
described
fs.ifsrmexportimport
fsrm.ifsrmexportimport
fsrm/IFsrmExportImport
fsrm\ifsrmexportimport.htm
fsrm
5a3b682e-d2c3-43b3-9d10-4bba9d9c81d4
12/05/2018
IFsrmExportImport, IFsrmExportImport interface [File Server Resource Manager], IFsrmExportImport interface [File Server Resource Manager],described, fs.ifsrmexportimport, fsrm.ifsrmexportimport, fsrm/IFsrmExportImport
fsrm.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h
Windows
None supported
Windows Server 2008
SrmSvc.dll
Windows
19H1
IFsrmExportImport
fsrm/IFsrmExportImport
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmExportImport

IFsrmExportImport interface

-description

Used to export and import FSRM objects.

Note  This interface supports local use only. Remote operations are not supported.
 
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmExportImport as the class identifier and __uuidof(IFsrmExportImport) as the interface identifier. You must use the CLSCTX_INPROC_SERVER class context to create the object.

-inheritance

The IFsrmExportImport interface inherits from the IDispatch interface. IFsrmExportImport also has these types of members:

-remarks

Typically, these methods are used to move objects from one computer to another. These methods differ from the import and export methods on the objects (for example, IFsrmFileGroupManager::ExportFileGroups) in that they write to and read from a file whereas the object methods write to and read from a string.

The file that the export methods create is written in the context of the user.

To create this object from a script, use the Fsrm.FsrmExportImport program identifier.