NAME

SHCreatePropertyBagOnRegKey  (SHLWAPI.471)

SYNOPSIS

 HRESULT SHCreatePropertyBagOnRegKey
 (
  HKEY    hKey,
  LPCWSTR subkey,
  DWORD   grfMode,
  REFIID  riid,
  void**  ppv
 )

DESCRIPTION

Creates a property bag from a registry key.

PARAMS

hKey [In] Handle to the desired registry key.
subkey [In] Name of desired subkey, or NULL to open hKey directly.
grfMode [In] Optional flags.
riid [In] IID of requested property bag interface.
ppv [Out] Address to receive pointer to the new interface.

RETURNS

success: 0

failure: error code

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


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