table of contents
other versions
- wheezy 1.4.1-4
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 failureIMPLEMENTATION¶
Declared in "wininet.h". Implemented in "dlls/wininet/internet.c". Debug channel "wininet".Oct 2012 | Wine API |