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 |
|---|---|
|
The size of the operation is known. |
|
The size of the operation is not known. |
Show:
