IFsrmFileGroupManager.EnumFileGroups Method (_FsrmEnumOptions)
Enumerates the file groups in FSRM..
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCommittableCollection EnumFileGroups(
_FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
IFsrmCommittableCollection^ EnumFileGroups(
_FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumFileGroups :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
Function EnumFileGroups (
options As _FsrmEnumOptions
) As IFsrmCommittableCollection
Parameters
options
Type: Microsoft.Storage._FsrmEnumOptionsOne or more options for enumerating the file groups. For possible values, see the _FsrmEnumOptions enumeration.
Return Value
Type: Microsoft.Storage.IFsrmCommittableCollection
A IFsrmCommittableCollection containing a collection of file groups. Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmFileGroup interface.
The collection contains only committed file groups; the collection will not contain newly created file groups that have not been committed.
See Also
FsrmFileGroupManager
IFsrmFileGroupManager Interface
Microsoft.Storage Namespace
Return to top