Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an empty collection to which you can add file screens.
Syntax
HRESULT CreateFileScreenCollection(
[out] IFsrmCommittableCollection **collection
);
Parameters
[out] collection
An IFsrmCommittableCollection interface to the newly created collection. To add an object to the collection, call the IFsrmMutableCollection::Add method.
Return value
The method returns the following return values.
Remarks
After adding the file screens to the collection, call the IFsrmCommittableCollection::Commit method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrmscreen.h (include FsrmQuota.h) |
DLL | SrmSvc.dll |