This method writes the data store's values to the registry and marks the data store as uninitialized. To use the data store again, you must reinitialize it using IVoIPConfigurationDataStore::Initialize.
HRESULT Uninitialize();
Parameters
None.
Return Values
The following table shows possible return values.
Value | Description |
---|---|
S_FALSE | The values could not be written to the registry. |
S_OK | The values were successfully written to the registry. |
VOIP_E_NOTINITIALIZED | The data store is not initialized. It must be initialized using IVoIPConfigurationDataStore::Initialize. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Voipconfigurationdatastore.idl, Voipconfigurationdatastore.h.
Link Library: Voipguid.lib.
See Also
IVoIPConfigurationDataStore | IVoIPConfigurationDataStore::Initialize
Send Feedback on this topic to the authors