0 out of 1 rated this helpful - Rate this topic

IUri::HasProperty method

Determines if the specified property exists in the Uniform Resource Identifier (URI).

Syntax


HRESULT HasProperty(
  [in]   Uri_PROPERTY uriProp,
  [out]  BOOL *pfHasProperty
);

Parameters

uriProp [in]

A value from the Uri_PROPERTY enumeration.

pfHasProperty [out]

Address of a BOOL value. Set to TRUE if the specified property exists in the URI.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

IUri::HasProperty was introduced in Windows Internet Explorer 7.

Requirements

Minimum supported client

Windows XP with SP2 [desktop apps only]

Minimum supported server

Windows Server 2003 with SP1 [desktop apps only]

Product

Internet Explorer 7

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IUri
Reference
GetProperties
GetPropertyBSTR
GetPropertyDWORD

 

 

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.