aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/shell32.odin
diff options
context:
space:
mode:
authorblob1807 <12388588+blob1807@users.noreply.github.com>2026-02-14 20:31:51 +1000
committerblob1807 <12388588+blob1807@users.noreply.github.com>2026-02-14 20:31:51 +1000
commitdcd93579f05e2e99c4c55ab8935716db1feafef3 (patch)
tree1287461462ffcfc2fd4f12746b76cd2f3f668070 /core/sys/windows/shell32.odin
parentf6d3500509ccc20de642472e0bc39bdc2707a673 (diff)
Add more Windows endpoints
Diffstat (limited to 'core/sys/windows/shell32.odin')
-rw-r--r--core/sys/windows/shell32.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sys/windows/shell32.odin b/core/sys/windows/shell32.odin
index c7d83f9f6..1a0844b39 100644
--- a/core/sys/windows/shell32.odin
+++ b/core/sys/windows/shell32.odin
@@ -31,6 +31,8 @@ foreign shell32 {
SHSetKnownFolderPath :: proc(rfid: REFKNOWNFOLDERID, dwFlags: /* KNOWN_FOLDER_FLAG */ DWORD, hToken: HANDLE, pszPath: PCWSTR ) -> HRESULT ---
SHGetKnownFolderPath :: proc(rfid: REFKNOWNFOLDERID, dwFlags: /* KNOWN_FOLDER_FLAG */ DWORD, hToken: HANDLE, ppszPath: ^LPWSTR) -> HRESULT ---
+ SHCreateItemFromParsingName :: proc(pszPath: PCWSTR, pbc: ^IBindCtx, riid: REFIID, ppv: ^rawptr) -> HRESULT ---
+
ExtractIconExW :: proc(pszFile: LPCWSTR, nIconIndex: INT, phiconLarge: ^HICON, phiconSmall: ^HICON, nIcons: UINT) -> UINT ---
DragAcceptFiles :: proc(hWnd: HWND, fAccept: BOOL) ---
DragQueryPoint :: proc(hDrop: HDROP, ppt: ^POINT) -> BOOL ---