Share via


ExoledbFileUrlToFilePath Method

ExoledbFileUrlToFilePath Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This method converts a file URL from the Exchange OLE DB (ExOLEDB) provider to a file path that can be used by Microsoft Windows file system application programming interfaces (APIs).

Applies To

IExoledbUrlMapper Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

[Visual Basic]Function ExoledbFileUrlToFilePath
(
    bstrExoledbFileUrl As String
) As String

[C++]HRESULT ExoledbFileUrlToFilePath (     BSTR bstrExoledbFileUrl,     BSTRpbstrFilePath );

Parameters

  • bstrExoledbFileUrl
    A "file:" URL supported by the ExOLEDB provider.
  • pbstrFilePath
    Pointer to a file path that can be passed to the Windows file system APIs.

Return Value

Returns S_OK if successful, or an error value otherwise.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.