NAME

InternetSetStatusCallbackW  (WININET.@)

SYNOPSIS

 INTERNET_STATUS_CALLBACK InternetSetStatusCallbackW
 (
  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". https://source.winehq.org/source/include/wininet.h

Implemented in "dlls/wininet/internet.c". https://source.winehq.org/source/dlls/wininet/internet.c

Debug channel "wininet".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.