NAME

SHGetFolderPathA  (SHELL32.@)

SYNOPSIS

 HRESULT SHGetFolderPathA
 (
  HWND   hwndOwner,
  int    nFolder,
  HANDLE hToken,
  DWORD  dwFlags,
  LPSTR  pszPath
 )

DESCRIPTION

See SHGetFolderPathW.

IMPLEMENTATION

Declared in "shlobj.h". https://source.winehq.org/source/include/shlobj.h

Implemented in "dlls/shell32/shellpath.c". https://source.winehq.org/source/dlls/shell32/shellpath.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.