IEUnregisterWritableRegistry function

Unregister and delete a registry that was registered for writable.

Syntax


HRESULT IEUnregisterWritableRegistry(
   GUID guid
);

Parameters

guid

The string representing the path of a registry value within HKEY_CURRENT_USER.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The guid must match the path of a registry you want to delete.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Product

Internet Explorer 8

Header

Iepmapi.h

Library

Iepmapi.lib

DLL

Ieframe.dll

See also

Reference
IERegisterWritableRegistryKey
IERegisterWritableRegistryValue
IERegCreateKeyEx
IERegSetValueEx

 

 

Show: