Scroll to navigation

UrlIsOpaqueA(3w) Wine API UrlIsOpaqueA(3w)

NAME

UrlIsOpaqueA (SHLWAPI.@)

SYNOPSIS

BOOL UrlIsOpaqueA
(
LPCSTR pszUrl
)
 

DESCRIPTION

Determine if a Url is opaque.
 

PARAMS

pszUrl [In] Url to check.
 

RETURNS

TRUE if pszUrl is opaque, FALSE Otherwise.
 

NOTES

An opaque Url is one that does not start with "<protocol>://".
 

IMPLEMENTATION

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