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

Defined in "shlwapi.h".

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

Debug channel "shell".


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