0 out of 1 rated this helpful - Rate this topic

IEGetWriteableHKCU function

Returns a handle to a write accessible location under HKEY_CURRENT_USER.

Syntax


HRESULT IEGetWriteableHKCU(
  _In_  HKEY *phKey
);

Parameters

phKey [in]

A pointer to a variable of type HKEY that receives a handle to the opened key. When no longer required, call the RegCloseKey function to close it. If an error occurs, the pointer is not modified.

Return value

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

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Product

Internet Explorer 7

Header

Iepmapi.h

Library

Iepmapi.lib

DLL

Ieframe.dll

 

 

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.