IFsrmFileScreenManager::GetFileScreen method (fsrmscreen.h)

Retrieves the specified file screen.

Syntax

HRESULT GetFileScreen(
  [in]  BSTR            path,
  [out] IFsrmFileScreen **fileScreen
);

Parameters

[in] path

The local directory path associated with the file screen that you want to retrieve. The path is limited to 260 characters.

[out] fileScreen

An IFsrmFileScreen interface to the file screen.

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

FsrmFileScreenManager

IFsrmFileScreenManager