NAME

RegCreateKeyExW  (ADVAPI32.@)

SYNOPSIS

 DWORD RegCreateKeyExW
 (
  HKEY                 hkey,
  LPCWSTR              name,
  DWORD                reserved,
  LPCWSTR              class,
  DWORD                options,
  REGSAM               access,
  SECURITY_ATTRIBUTES* sa,
  PHKEY                retkey,
  LPDWORD              dispos
 )

DESCRIPTION

See RegCreateKeyExA.

IMPLEMENTATION

Defined in class="const">"winreg.h".

Implemented in class="const">"dlls/advapi32/registry.c". source.winehq.org/source/dlls/advapi32/registry.c

Debug channel class="const">"reg".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.