windows::Win32::UI::WindowsAndMessaging

Function SetPropA

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