mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
4 lines
183 B
Zig
4 lines
183 B
Zig
usingnamespace @import("bits.zig");
|
|
|
|
pub extern "shell32" stdcallcc fn SHGetKnownFolderPath(rfid: *const KNOWNFOLDERID, dwFlags: DWORD, hToken: ?HANDLE, ppszPath: *[*]WCHAR) HRESULT;
|