Scroll to navigation

InternetGetLastResponseInfoA(3w) Wine API InternetGetLastResponseInfoA(3w)

NAME

InternetGetLastResponseInfoA (WININET.@)

SYNOPSIS

BOOL InternetGetLastResponseInfoA
(
LPDWORD lpdwError,
LPSTR 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