NAME

PathIsURLA  (SHLWAPI.@)

SYNOPSIS

 BOOL PathIsURLA
 (
  LPCSTR lpstrPath
 )

DESCRIPTION

Check if the given path is a Url.

PARAMS

lpszPath [In] Path to check.

RETURNS

TRUE if lpszPath is a Url. FALSE if lpszPath is NULL or not a Url.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c

Debug channel "shell".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.