sys/windows: add SHGetFolderPathW (#2213)

* sys/windows: add SHGetFolderPathW
* sys/windows: add some hittest constants
This commit is contained in:
ftphikari
2022-11-28 18:47:15 +01:00
committed by GitHub
parent a27c00862c
commit e9b6a8fc9a
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -21,4 +21,5 @@ foreign shell32 {
psa: ^SECURITY_ATTRIBUTES,
) -> c_int ---
SHFileOperationW :: proc(lpFileOp: LPSHFILEOPSTRUCTW) -> c_int ---
SHGetFolderPathW :: proc(hwnd: HWND, csidl: c_int, hToken: HANDLE, dwFlags: DWORD, pszPath: LPWSTR) -> HRESULT ---
}