.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UrlIsNoHistoryA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUrlIsNoHistoryA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL UrlIsNoHistoryA ( LPCSTR \fIpszUrl\fR ) .SH DESCRIPTION .PP Determine if a Url should not be stored in the users history list. .SH PARAMS \fIpszUrl\fR \fB[In]\fR Url to check. .PP .SH RETURNS .PP \fBTRUE\fR, if \fIpszUrl\fR should be excluded from the history list, \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/url.c"\fR. .PP Debug channel \fB"shell"\fR.