Scroll to navigation

InternetCanonicalizeUrlA(3w) Wine API InternetCanonicalizeUrlA(3w)

NAME

InternetCanonicalizeUrlA (WININET.@)

SYNOPSIS

BOOL InternetCanonicalizeUrlA
(
LPCSTR lpszUrl,
LPSTR 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