RegOpenUserClassesRoot(3w)

NAME

RegOpenUserClassesRoot (ADVAPI32.@)

SYNOPSIS

LSTATUS RegOpenUserClassesRoot
 (
  HANDLE hToken,
  DWORD  dwOptions,
  REGSAM samDesired,
  PHKEY  phkResult
 )

DESCRIPTION

Open the HKEY_CLASSES_ROOT key for a user.

PARAMS

hToken [In] Handle of token representing the user.

dwOptions [In] Reserved, must be 0.

samDesired [In] Desired access rights.

phkResult [Out] Destination for the resulting key handle.

RETURNS

Success: ERROR_SUCCESS

Failure: nonzero error code from Winerror.h.

NOTES

On Windows(tm) 2000 and upwards the HKEY_CLASSES_ROOT key is a view of the "HKEY_LOCAL_MACHINEtwareand the "HKEY_CURRENT_USERtwarekeys merged together.

IMPLEMENTATION

Defined in "winreg.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".

Debug channel "reg".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout