Scroll to navigation

InternetGetLastResponseInfoW(3w) Wine API InternetGetLastResponseInfoW(3w)

NAME

InternetGetLastResponseInfoW (WININET.@)

SYNOPSIS

BOOL InternetGetLastResponseInfoW
(
LPDWORD lpdwError,
LPWSTR lpszBuffer,
LPDWORD lpdwBufferLength
)
 

DESCRIPTION

Return last wininet error description on the calling thread.
 

RETURNS

TRUE on success of writing to buffer FALSE on failure
 

IMPLEMENTATION

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