IFsrmFileScreenManager::GetFileScreenException method (fsrmscreen.h)

Retrieves the specified file screen exception.

Syntax

HRESULT GetFileScreenException(
  [in]  BSTR                     path,
  [out] IFsrmFileScreenException **fileScreenException
);

Parameters

[in] path

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

[out] fileScreenException

An IFsrmFileScreenException interface to the file screen exception.

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