.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UrlIsA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUrlIsA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL UrlIsA ( LPCSTR \fIpszUrl\fR, URLIS \fIUrlis\fR ) .SH DESCRIPTION .PP Determine if a Url is of a certain class. .SH PARAMS \fIpszUrl\fR \fB[In]\fR Url to check. .PP \fIUrlis\fR \fB[In]\fR \fBURLIS_\fR constant from \fB"shlwapi.h"\fR. .PP .SH RETURNS .PP \fBTRUE\fR if \fIpszUrl\fR belongs to the class type in \fIUrlis\fR. \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.