CInternetSession::EnableStatusCallback

This method enables status callback. When handling status callback, you can provide status about the progress of the operation (such as resolving name, connecting to server, and so on) in the status bar of the application.

At a Glance

Header file: Afxinet.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL EnableStatusCallback( BOOL bEnable = TRUE );
Throw ( CInternetException );