IFsrmFileGroupManager::GetFileGroup 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.]
Retrieves the specified file group from FSRM.
Syntax
HRESULT GetFileGroup(
[in] BSTR name,
[out] IFsrmFileGroup **fileGroup
);
Parameters
[in] name
The name of the file group to retrieve. The string is limited to 4,000 characters.
[out] fileGroup
An IFsrmFileGroup interface to the retrieved file group.
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 |