table of contents
other versions
- wheezy 1.4.1-4
InternetCanonicalizeUrlW(3w) | Wine API | InternetCanonicalizeUrlW(3w) |
NAME¶
InternetCanonicalizeUrlW (WININET.@)SYNOPSIS¶
BOOL InternetCanonicalizeUrlW(
LPCWSTR lpszUrl,
LPWSTR lpszBuffer,
LPDWORD lpdwBufferLength,
DWORD dwFlags
)
DESCRIPTION¶
Escape unsafe characters and spaces.RETURNS¶
TRUE on success FALSE on failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/internet.c". Debug channel "wininet".Oct 2012 | Wine API |