Click to return to the Reusing Browser Technology home page    
IShellUIHelper::ImportExp...     IShellUIHelper::NavigateA...     IShellUIHelper Interface    
Web Workshop  |  Reusing Browser Technology

IShellUIHelper::IsSubscribed Method


Verifies if the user is subscribed to the specified URL.

Syntax

HRESULT IsSubscribed(
    BSTR bstrURL,
    VARIANT_BOOL *pBool
);

Parameters

bstrURL
String value that contains the URL to check.
pBool
Address of a VARIANT_BOOL value that contains the results of the operation. The value will be set to VARIANT_TRUE if the user is subscribed to the URL, or VARIANT_FALSE otherwise.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.