IFsrmFileScreen::get_Path method (fsrmscreen.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileScreen class.]

Retrieves the directory path associated with the file screen object.

This property is read-only.

Syntax

HRESULT get_Path(
  BSTR *path
);

Parameters

path

Return value

None

Remarks

Note that the file screen remains associated with the directory if the directory is renamed. If the directory is deleted, so is the file screen.

Examples

For an example, see Updating a File Screen.

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

IFsrmFileScreen

MSFT_FSRMFileScreen