NAME

UrlHashA  (SHLWAPI.@)

SYNOPSIS

 HRESULT UrlHashA
 (
  LPCSTR         pszUrl,
  unsigned char* lpDest,
  DWORD          nDestLen
 )

DESCRIPTION

Produce a Hash from a Url.

PARAMS

pszUrl [In] Url to hash.
lpDest [Out] Destinationh for hash.
nDestLen [In] Length of lpDest.

RETURNS

Success: S_OK. lpDest is filled with the computed hash value.

Failure: E_INVALIDARG, if any argument is invalid.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".


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