IFsiItem.get_FileSystemPath(FsiFileSystems,BSTR) method [IMAPI]

Retrieves the full path of the item as modified to conform to the specified file system.

HRESULT get_FileSystemPath(
  FsiFileSystems fileSystem,
  BSTR* pVal
);

Parameters

  • fileSystem
    [in] File system to which the path should conform. For possible values, see the FsiFileSystems enumeration type.
  • pVal
    [out] String that contains the full path of the item as it conforms to the specified file system. The path in the IFsiItem::get_FullPath property is modified if the characters used and its length do not meet the requirements of the specified file system type.

Return Value

S_OK on success; otherwise, failure. The following error codes can be returned:

E_POINTER
IMAPI_E_INVALID_PARAM

Requirements

Client Requires Windows Vista or Windows XP SP2.
Server Requires Windows Server "Longhorn" or Windows Server 2003.
IDL

Declared in Imapi2fs.idl.

See Also

IFsiItem