This document is archived and information here might be outdated. Recommended version. |
Indicates if the data specified by the variable is considered intermediate data.
[Visual Basic .NET]
Public Property Intermediate As Boolean
[C#]
public bool Intermediate {get; set;}
[C++]
HRESULT get_Intermediate(
Boolean* Intermediate
);
[C++]
HRESULT put_Intermediate(
VARIANT_BOOL Intermediate
);
[C++] Parameters Intermediate [out, retval]
Intermediate is a parameter of type bool* Intermediate [in]
Intermediate is a parameter of type bool