NAME

SHRegGetPathA  (SHLWAPI.@)

SYNOPSIS

 DWORD SHRegGetPathA
 (
  HKEY   hKey,
  LPCSTR lpszSubKey,
  LPCSTR lpszValue,
  LPSTR  lpszPath,
  DWORD  dwFlags
 )

DESCRIPTION

Get a path from the registry.

PARAMS

hKey [In] Handle to registry key.
lpszSubKey [In] Name of sub key containing path to get.
lpszValue [In] Name of value containing path to get.
lpszPath [Out] Buffer for returned path.
dwFlags [In] Reserved.

RETURNS

Success: ERROR_SUCCESS. lpszPath contains the path.

Failure: An error code from RegOpenKeyExA or SHQueryValueExA.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".


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