Scroll to navigation

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 failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/internet.c".
Debug channel "wininet".
Oct 2012 Wine API