IFsrmFileGroupManager::CreateFileGroup method (fsrmscreen.h)

[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.]

Creates a file group object.

Syntax

HRESULT CreateFileGroup(
  [out] IFsrmFileGroup **fileGroup
);

Parameters

[out] fileGroup

An IFsrmFileGroup interface to the new file group. To add the file group to FSRM, call IFsrmFileGroup::Commit method.

Return value

The method returns the following return values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrmscreen.h
DLL SrmSvc.dll

See also

FsrmFileGroupManager

IFsrmFileGroupManager

MSFT_FSRMFileGroup