IDOMProgressEvent::loadedItems Property
[This documentation is preliminary and is subject to change.]
Gets the count of items that have been received so far in the transfer operation.
Syntax
HRESULT IDOMProgressEvent::get_loadedItems(ULONGLONG *p);
Parameters
- p
Pointer to a variable of type ULONGLONG that receives the count of items that have been received so far.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The loadedItems property contains the number of items that have been transferred so far. Use the totalItems property to determine how many items to expect during the operation.
See Also