 |
 |
 |
|
|  |  |
 |
UrlHash ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Hashes a URL string. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
HRESULT UrlHash(
LPCTSTR pszURL,
LPBYTE pbHash,
DWORD cbHash
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER UrlHash IN shlwapi;
STRING pszURL,;
STRING @ pbHash,;
INTEGER cbHash
|
 |  |  | | Parameters: |  | pszURL
[in] null-terminated string of maximum length INTERNET_MAX_URL_LENGTH that contains the URL.
pbHash
[out] Buffer to receive the hashed array.
cbHash
[in] Number of elements in pbHash. It should be no larger than 256. |
 |  | | Return value: |  | | Returns S_OK (0) if successful, or a standard OLE error value otherwise. |
 |  | | My comment: |  | | See also HashData. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-10-30 19:04:50 | | Modified: | 2001-11-26 16:03:53 | Visited in last 7 days: 16 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|