when using the wininet api, specific error information can be retrieved
using the winapi function
GetLastError(). to retrieve an error text i use the call
FormatMessage( FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
NULL, iErrorNr, 0, szBuffer, sizeof(szBuffer), NULL);
my problem is .. i can't get any error texts for the wininet - error numbers
12001-12156.
is there any other function to get error text information?
my application is running under winnt 4.0, sp6a
please help .. thanks a lot in advance - markus :)
bye
"Markus Strobl"
<m.strobl_if_youre_a_spam_...@racon-linz.at> schrieb
im Newsbeitrag news:eYuPDzms...@tk2msftngp13.phx.gbl...