IFsrmFileScreenTemplate::CopyTemplate 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_FSRMFileScreenTemplate class.]

Copies the property values of the specified template to this template.

Syntax

HRESULT CopyTemplate(
  [in] BSTR fileScreenTemplateName
);

Parameters

[in] fileScreenTemplateName

The name of another template from which to copy the property values. The name is limited to 4,000 characters.

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

IFsrmFileScreenTemplate

MSFT_FSRMFileScreenTemplate