This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if a result is available to be consumed through a call to the .Next() method.
[Visual Basic .NET] Public ReadOnly Property IsResultAvailable As Boolean
[C#] public bool IsResultAvailable {get;}
[C++]
HRESULT get_IsResultAvailable(
Boolean* pbIsResultAvailable
);
[C++]
Parameters pbIsResultAvailable [out, retval]
pbIsResultAvailable is a parameter of type bool*