APPEND_PROGRESS structure
[APPEND_PROGRESS is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Returns the progress of the current APPEND command.
Syntax
typedef struct tagAPPEND_PROGRESS {
DWORD dwUploaded;
DWORD dwTotal;
} APPEND_PROGRESS;
Members
-
dwUploaded
-
Type: DWORD
-
Contains a DWORD that contains the number of bytes that have been uploaded.
-
dwTotal
-
Type: DWORD
-
Contains a DWORD that contains the total number of bytes to be uploaded.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|