lengthComputable property

Specifies whether the total size of the operation is known.

This property is read-only.

Internet Explorer 10

 

Syntax

HRESULT get_lengthComputable(
  [out] boolean **ptr
);

Property values

Type: boolean

Indicates whether the size of the operation is known.

ValueCondition
true

The size of the operation is known.

false

The size of the operation is not known.

 

 

 

Show: