Function windows::Win32::UI::Shell::SHRegSetPathW
pub unsafe fn SHRegSetPathW<P0, P1, P2, P3>(
hkey: P0,
pcszsubkey: P1,
pcszvalue: P2,
pcszpath: P3,
dwflags: u32,
) -> WIN32_ERRORwhere
P0: Param<HKEY>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,