windows-rs Questions
2
Solved
I want to extract a path from the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU
I didn't find any documentation, but it seems...
Fiscal asked 28/3, 2023 at 0:40
2
Solved
Here is my Rust code:
use std::mem::ManuallyDrop;
use windows::core::ComInterface;
use windows::Win32::System::Com::*;
use windows::Win32::UI::Shell::Common::ITEMIDLIST;
use windows::{core::Result,...
Intravenous asked 26/3, 2023 at 19:14
1
Solved
I'm using the IDesktopWallpaper::SetWallpaper method from the windows crate. The second argument to this method is a PCWSTR(pointer) to the full path of an image that's meant to be set as the wallp...
Lecithinase asked 23/10, 2022 at 17:5
1
© 2022 - 2025 — McMap. All rights reserved.