 |
InternetCrackUrl ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Cracks a URL into its component parts. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL InternetCrackUrl(
LPCTSTR lpszUrl,
DWORD dwUrlLength,
DWORD dwFlags,
LPURL_COMPONENTS lpUrlComponents
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER InternetCrackUrl IN wininet;
STRING lpszUrl,;
INTEGER dwUrlLength,;
INTEGER dwFlags,;
STRING @ lpUrlComponents
|
 |
 |
 |
| Parameters: |
 |
lpszUrl
[in] Pointer to a string that contains the canonical URL to crack.
dwUrlLength
[in] Unsigned long integer value that contains the length of the lpszUrl string in TCHAR, or zero if lpszUrl is an ASCIIZ string.
dwFlags
[in] Unsigned long integer value that contains the flags controlling the operation.
lpUrlComponents
[in, out] Pointer to a URL_COMPONENTS structure that receives the URL components.
|
 |
 |
| Return value: |
 |
| Returns TRUE if the function succeeds, or FALSE otherwise. |
 |
 |
| My comment: |
 |
| There is nothing related to Internet site cracking here. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-11-02 18:18:35 | | Modified: | 2001-11-26 16:03:55 | Visited in last 7 days: 31 |