#include <globalplatform.h>
Public Attributes | |
DWORD | currentWork |
The current work which is done. If not known this contains OPGP_WORK_UNKNOWN. | |
DWORD | totalWork |
The total work which needs to be done. If not known this contains OPGP_WORK_UNKNOWN. | |
DWORD | finished |
Task is finished. If finished contains OPGP_TASK_FINISHED. | |
PVOID | parameters |
Proprietary parameters for the function passed in with OPGP_PROGRESS_CALLBACK. |
The structure measures the progress of a task. This structure is passed to the callback function.
The current work which is done. If not known this contains OPGP_WORK_UNKNOWN.
Task is finished. If finished contains OPGP_TASK_FINISHED.
Proprietary parameters for the function passed in with OPGP_PROGRESS_CALLBACK.
The total work which needs to be done. If not known this contains OPGP_WORK_UNKNOWN.