windows::Win32::UI::WindowsAndMessaging

Function SetPropW

pub unsafe fn SetPropW<P1>(
    hwnd: HWND,
    lpstring: P1,
    hdata: Option<HANDLE>,
) -> Result<()>
where P1: Param<PCWSTR>,