UrlIsA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".