Scroll to navigation

InternetSetStatusCallbackA(3w) Wine API InternetSetStatusCallbackA(3w)

NAME

InternetSetStatusCallbackA (WININET.@)

SYNOPSIS

INTERNET_STATUS_CALLBACK InternetSetStatusCallbackA
(
HINTERNET hInternet,
INTERNET_STATUS_CALLBACK lpfnIntCB
)
 

DESCRIPTION

Sets up a callback function which is called as progress is made during an operation.
 

RETURNS

Previous callback or NULL on success INTERNET_INVALID_STATUS_CALLBACK on failure
 

IMPLEMENTATION

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