Share via


HttpUrlToFilePath Method

HttpUrlToFilePath 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 an HTTPURL to a "file:" file path.

Applies To

IExoledbUrlMapper Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

[Visual Basic]Function HttpUrlToFilePath
(
    bstrHttpUrl As String
) As String

[C++]HRESULT HttpUrlToFilePath (     BSTR bstrHttpUrl,     BSTRpbstrFilePath );

Parameters

  • bstrHttpUrl
    A fully qualified HTTPURL to the local machine.
  • pbstrFilePath
    Pointer to the local file path for the resource to which the HTTPURL refers.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

In Microsoft Visual C++ the returned BSTR must be freed with SysFreeString.

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.