Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 3.77 KB

nf-fsrmscreen-ifsrmfilegroupmanager-exportfilegroups.md

File metadata and controls

92 lines (70 loc) · 3.77 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
NF:fsrmscreen.IFsrmFileGroupManager.ExportFileGroups
IFsrmFileGroupManager::ExportFileGroups (fsrmscreen.h)
Exports the specified file groups as an XML string.
ExportFileGroups
ExportFileGroups method [File Server Resource Manager]
ExportFileGroups method [File Server Resource Manager]
FsrmFileGroupManager class
ExportFileGroups method [File Server Resource Manager]
IFsrmFileGroupManager interface
FsrmFileGroupManager class [File Server Resource Manager]
ExportFileGroups method
IFsrmFileGroupManager interface [File Server Resource Manager]
ExportFileGroups method
IFsrmFileGroupManager.ExportFileGroups
IFsrmFileGroupManager::ExportFileGroups
fs.ifsrmfilegroupmanager_exportfilegroups
fsrm.ifsrmfilegroupmanager_exportfilegroups
fsrmscreen/IFsrmFileGroupManager::ExportFileGroups
fsrm\ifsrmfilegroupmanager_exportfilegroups.htm
fsrm
59d7ef32-f06b-4167-8e28-da88da27ab0a
12/05/2018
ExportFileGroups, ExportFileGroups method [File Server Resource Manager], ExportFileGroups method [File Server Resource Manager],FsrmFileGroupManager class, ExportFileGroups method [File Server Resource Manager],IFsrmFileGroupManager interface, FsrmFileGroupManager class [File Server Resource Manager],ExportFileGroups method, IFsrmFileGroupManager interface [File Server Resource Manager],ExportFileGroups method, IFsrmFileGroupManager.ExportFileGroups, IFsrmFileGroupManager::ExportFileGroups, fs.ifsrmfilegroupmanager_exportfilegroups, fsrm.ifsrmfilegroupmanager_exportfilegroups, fsrmscreen/IFsrmFileGroupManager::ExportFileGroups
fsrmscreen.h
Windows
None supported
Windows Server 2008
SrmSvc.dll
Windows
19H1
IFsrmFileGroupManager::ExportFileGroups
fsrmscreen/IFsrmFileGroupManager::ExportFileGroups
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmFileGroupManager.ExportFileGroups
FsrmFileGroupManager.ExportFileGroups

IFsrmFileGroupManager::ExportFileGroups

-description

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileGroup class.]

Exports the specified file groups as an XML string.

-parameters

-param fileGroupNamesArray [in]

A VARIANT that contains a SAFEARRAY of the names of the file groups to export. If NULL, the method exports all file groups.

-param serializedFileGroups [out]

The specified file groups in XML format.

-returns

The method returns the following return values.

-remarks

Typically, you use this method to save the file groups information to a file. You can then copy the file to another computer and call the IFsrmFileGroupManager::ImportFileGroups method to import the file groups.

-see-also

FsrmFileGroupManager

IFsrmFileGroupManager

MSFT_FSRMFileGroup