Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |