NAME

UrlIsA  (SHLWAPI.@)

SYNOPSIS

 BOOL UrlIsA
 (
  LPCSTR pszUrl,
  URLIS  Urlis
 )

DESCRIPTION

Determine if a Url is of a certain class.

PARAMS

pszUrl [In] Url to check.
Urlis [In] URLIS_ constant from "shlwapi.h".

RETURNS

TRUE if pszUrl belongs to the class type in Urlis. FALSE Otherwise.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.