lengthComputable property
Specifies whether the total size of the operation is known.
This property is read-only.
Syntax
HRESULT get_lengthComputable(
[out] boolean **ptr
);
Property values
Type: boolean
Indicates whether the size of the operation is known.
Value | Condition |
---|---|
true | The size of the operation is known. |
false | The size of the operation is not known. |