Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the current folder is the root folder.
Syntax
HRESULT IsRoot( BOOL *pbIsRootFeedFolder );
Parameters
- pbIsRootFeedFolder
[out] Pointer to a variable of type BOOL that that receives TRUE if the current folder is the root of the subscription store, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.