UrlHashA(3w)

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/url.c".

Debug channel "shell".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout