.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsValidURL 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsValidURL\fR (URLMON.@) .SH SYNOPSIS HRESULT IsValidURL ( LPBC \fIpBC\fR, LPCWSTR \fIszURL\fR, DWORD \fIdwReserved\fR ) .SH DESCRIPTION .PP Determines if a specified string is a valid \fBURL\fR. .SH PARAMS \fIpBC\fR \fB[In]\fR ignored, should be \fBNULL\fR. .PP \fIszURL\fR \fB[In]\fR string that represents the Url in question. .PP \fIdwReserved\fR \fB[In]\fR reserved and must be zero. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBS_FALSE\fR. returns \fBE_INVALIDARG\fR if one or more of the args is invalid. .PP \fBTODO:\fR test functionality against Windows(tm) to see what a valid Url is. .SH IMPLEMENTATION .PP Declared in \fB"urlmon.h"\fR. .PP Implemented in \fB"dlls/urlmon/urlmon_main.c"\fR. .PP Debug channel \fB"urlmon"\fR.