Location:
nifman.h
Link against:
TNifProgress
Supported from 5.0
Contains progress information on a dial-up connection.
An object of this type is passed to those RNif member
functions which request:
progress information on a dial-up connection
the last error which occurred in setting up a dial-up connection
from the Network Interface Manager (NifMan). NifMan returns this
information in the TNifProgress object’s data
members.
The ProgressNotification() function takes this object
in a packaged buffer, while the Progress() and
LastProgressError() take a simple reference.
Defined in TNifProgress:
TNifProgress(), iError, iStage
TNifProgress();
Constructs the TNifProgress object. It sets the
iStage data member to 0 and the iError data member to
KErrNone.
TInt iStage
The stage of the dial-up connection.
Where dial-up networking is the agent, this is a
TNetDialProgress enumeration; each enumerator corresponds to a
specific stage of the connection.
TInt iError
The last error which occurred in setting up the connection.