SHRegGetPathA(3w)

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(3w) or SHQueryValueExA(3w).

IMPLEMENTATION

Defined in "shlwapi.h".

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

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