Share via


IMsgrSession::ApplicationURL property

[ApplicationURL is no longer available for use as of Windows Vista. See Windows Messenger for more information.]

Retrieves a value that indicates the application's URL from the registry.

This property is read-only.

Syntax

HRESULT get_ApplicationURL(
  [out, retval] BSTR *pbstrURL
);

Property value

Pointer to a variable of type BSTR that specifies the application's URL.

Remarks

This property specifies the URL that the application can be downloaded from if it is not installed on the recipient's computer. By specifying a URL, both the inviter and recipient are able to run the application after installation.

The following table lists the error codes returned by this property.

Error Code Meaning
E_INVALIDARG The value passed into the property was not valid.
SR_FALSE The URL value is too long.
SR_APP_NOT_SPECIFIED The URL did not resolve.

The following table lists the error codes returned by this property.

Error Code Meaning
0x8007000E The URL value is too long.
0x80070057 One of the possible values is not valid.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
Product
Messenger 4.0
Header
Msgrpriv.h
IDL
Msgrpriv.idl
DLL
Msgsc.dll

See also

IMsgrSession

Messenger Session Invite and Messenger Private APIs

Messenger Lock and Key API