IVoIPConfigurationDataStore::Initialize (Windows CE 5.0)
This method initializes the data store by reading any existing values from the registry. For more information about the registry keys used by the data store, see VAIL Registry Settings.
HRESULT Initialize();
Parameters
None.
Return Values
The following table shows possible return values.
Value | Description |
---|---|
S_FALSE | The values could not be read from the registry. |
S_OK | The values were successfully read from the registry. |
VOIP_E_ALREADYINITIALIZED | The data store is already initialized. In this case, you must call IVoIPConfigurationDataStore::Uninitialize before calling this method. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Voipconfigurationdatastore.idl, Voipconfigurationdatastore.h.
Link Library: Voipguid.lib.
See Also
IVoIPConfigurationDataStore | IVoIPConfigurationDataStore::Uninitialize
Send Feedback on this topic to the authors