Share via


ICcDatastore::RegisterRefreshEvent (Windows CE 5.0)

Send Feedback

This method registers the refresh event callback interface for notification.

HRESULT RegisterRefreshEvent(  BSTRin_bstrEventName);

Parameters

  • in_bstrEventName
    [in] Event name that the datastore signals when a change occurs.

Return Values

The following table shows return values for ICcDatastore::RegisterRefreshEvent.

Value Description
S_OK The datastore registered this event successfully.
E_INVALIDARG The event name was NULL.
E_FAIL A generic error occurred.

Requirements

OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcDatastore.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.