table of contents
other versions
- wheezy 1.4.1-4
InternetCrackUrlW(3w) | Wine API | InternetCrackUrlW(3w) |
NAME¶
InternetCrackUrlW (WININET.@)SYNOPSIS¶
BOOL InternetCrackUrlW(
LPCWSTR lpszUrl_orig,
DWORD dwUrlLength_orig,
DWORD dwFlags,
LPURL_COMPONENTSW lpUC
)
DESCRIPTION¶
Break up Url into its components.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/internet.c". Debug channel "wininet".Oct 2012 | Wine API |