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.
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
Send Feedback on this topic to the authors