Scroll to navigation

PathIsURLA(3w) Wine API PathIsURLA(3w)

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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c".
Debug channel "shell".
Oct 2012 Wine API