mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
sys/windows: add SHGetFolderPathW (#2213)
* sys/windows: add SHGetFolderPathW * sys/windows: add some hittest constants
This commit is contained in:
@@ -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 ---
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user