Share via


IDOMProgressEvent::loaded Property

New for Internet Explorer 9

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

Gets the number of bytes that have been received so far in the transfer operation.

Syntax

HRESULT IDOMProgressEvent::get_loaded(ULONGLONG *p);

Parameters

  • p
    Pointer to a variable of type ULONGLONG that receives the number of bytes that have been received so far.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The loaded property contains the number of bytes that have been transferred so far. Use the total property to determine how many bytes to expect during the operation.

See Also

IDOMProgressEvent::lengthComputable, IDOMProgressEvent::total