TNifProgress Class Reference
Link against: mpxalbumarteditordialog.lib
Detailed Description
Contains progress information on a dial-up connection
Member Attribute Documentation
Constructor & Destructor Documentation
TNifProgress ( )
It sets the iStage data member to 0 and the iError data member to KErrNone.
TNifProgress ( TInt, TInt )
TNifProgress | ( | TInt | aStage, |
| TInt | aError |
| ) | [inline] |
It sets the iStage data member to aStage and the iError data member to aError.
Member Function Documentation
operator== ( const TNifProgress & )