Scroll to navigation

UrlIsA(3w) Wine API UrlIsA(3w)

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c".
Debug channel "shell".
Oct 2012 Wine API