IFsrmFileScreenTemplateManager::EnumTemplates method (fsrmscreen.h)

Enumerates the file screen templates on the server.

Syntax

HRESULT EnumTemplates(
  [in]  FsrmEnumOptions            options,
  [out] IFsrmCommittableCollection **fileScreenTemplates
);

Parameters

[in] options

The options to use when enumerating the file screen templates. For possible values, see the FsrmEnumOptions enumeration.

[out] fileScreenTemplates

An IFsrmCommittableCollection interface that contains a collection of file screen templates.

Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmFileScreenTemplate interface.

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

FsrmFileScreenTemplateManager

IFsrmFileScreenTemplateManager