Share via


IDOMProgressEvent::totalItems Property

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

Gets the total number of items that are expected during the transfer operation.

Syntax

HRESULT IDOMProgressEvent::get_totalItems(ULONGLONG *p);

Parameters

  • p
    Pointer to a variable of type ULONGLONG that receives the total number of items that are expected during the operation.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Use the loadedItems property to determine how many items have been transferred so far.

See Also

IDOMProgressEvent::loadedItems