#include <inetop.h>
Public Member Functions | |
| ThumbDownloadParam () | |
| ~ThumbDownloadParam () | |
Public Attributes | |
| SGLibDisplayItem * | pItem |
| OpThumbDownload * | pOp |
| SGLibType | type |
| BOOL | bSuccess |
Definition at line 321 of file inetop.h.
|
|
Definition at line 1683 of file inetop.cpp. 01684 { 01685 pItem = NULL; 01686 pOp = NULL; 01687 bSuccess = FALSE; 01688 type = SGLib_Blank; 01689 }
|
|
|
Definition at line 1691 of file inetop.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4