IXFeed::IsList Method
Determines if the feed is a list.
Syntax
HRESULT IsList( BOOL *pbIsList );
Parameters
- pbIsList
[out] Pointer to a Boolean variable that receives TRUE if the feed is a list, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.