IFsrmQuotaTemplateManager Interface
Used to manage quota templates.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTemplate() | Creates a quota template object. |
![]() | EnumTemplates(_FsrmEnumOptions) | Enumerates the quota templates on the server. |
![]() | ExportTemplates(Object) | Exports the quota templates as an XML string. |
![]() | GetTemplate(String) | Retrieves the specified quota template. |
![]() | ImportTemplates(String, Object) | Imports the specified quota templates from an XML string. |
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmQuotaTemplateManager as the class identifier and __uuidof(IFsrmQuotaTemplateManager) as the interface identifier. For an example, see Using Templates to Define Quotas.
