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
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".
- Debug channel "shell".