Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: GetResponseChapter 19
Win32 Modules and Extensions
Next: Reference: HTTP
 

GetStatusCallback

$inet->GetStatusCallback(context)

Returns information about the progress of the asynchronous operation identified by context; this information consists of two values: a status code (one of the INTERNET_STATUS_* constants) and an additional value depending on the status code. For example, if the status code returned is INTERNET_STATUS_HANDLE_CREATED, the second value will hold the handle just created. For more information on these values, please refer to the Microsoft Win32 Internet Functions documentation.


Previous: Reference: GetResponsePerl in a NutshellNext: Reference: HTTP
Reference: GetResponseBook IndexReference: HTTP