UrlIsNoHistoryA(3w)
NAME
UrlIsNoHistoryA (SHLWAPI.@)
SYNOPSIS
BOOL UrlIsNoHistoryA
(
LPCSTR pszUrl
)
DESCRIPTION
Determine if a Url should not be stored in the users history list.
PARAMS
pszUrl [In] Url to check.
RETURNS
TRUE, if pszUrl should be excluded from the history list, 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".