std.os.windows.advapi32: add RegLoadAppKeyW

Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
Eric Joldasov
2023-07-18 20:53:33 +06:00
parent a89b83cc9d
commit 664ecdfb8e

View File

@@ -63,3 +63,11 @@ pub extern "advapi32" fn RegGetValueW(
pvData: ?*anyopaque,
pcbData: ?*DWORD,
) callconv(WINAPI) LSTATUS;
pub extern "advapi32" fn RegLoadAppKeyW(
lpFile: LPCWSTR,
phkResult: *HKEY,
samDesired: REGSAM,
dwOptions: DWORD,
reserved: DWORD,
) callconv(WINAPI) LSTATUS;