 |
 |
 |
|
|  |  |
 |
UrlGetPart ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Accepts a URL string and returns a specified part of that URL. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
HRESULT UrlGetPart(
LPCTSTR pszIn,
LPTSTR pszOut,
LPDWORD pcchOut,
DWORD dwPart,
DWORD dwFlags
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER UrlGetPart IN shlwapi;
STRING pszIn,;
STRING @ pszOut,;
INTEGER @ pcchOut,;
INTEGER dwPart,;
INTEGER dwFlags
|
 |  |  | | Parameters: |  | pszIn
[in] Null-terminated string of maximum length INTERNET_MAX_URL_LENGTH that contains the URL.
pszOut
[out] A buffer that will receive a null-terminated string with the specified part of the URL.
pcchOut
[in, out] Address of a value set to the number of characters in the pszOut buffer.
dwPart
[in] Flags that specify which part of the URL to retrieve.
dwFlags
[in] Flag that can be set to keep the URL scheme. |
 |  | | Return value: |  | | Returns an OLE success code if successful. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2003-02-05 19:29:53 | | Modified: | 2003-02-05 19:32:36 | Visited in last 7 days: 17 |
|
 |
 |
 |
 |
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. |
 |
 |
|
 |
 |
|
|