NAME

SHRegSetPathA  (SHLWAPI.@)

SYNOPSIS

 DWORD SHRegSetPathA
 (
  HKEY   hKey,
  LPCSTR lpszSubKey,
  LPCSTR lpszValue,
  LPCSTR lpszPath,
  DWORD  dwFlags
 )

DESCRIPTION

Write a path to the registry.

PARAMS

hKey [In] Handle to registry key.
lpszSubKey [In] Name of sub key containing path to set.
lpszValue [In] Name of value containing path to set.
lpszPath [Out] Path to write.
dwFlags [In] Reserved, must be 0.

RETURNS

Success: ERROR_SUCCESS.

Failure: An error code from SHSetValueA.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c

Debug channel "shell".


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