windows::Win32::UI::Controls

Function CreateStatusWindowW

pub unsafe fn CreateStatusWindowW<P1>(
    style: i32,
    lpsztext: P1,
    hwndparent: HWND,
    wid: u32,
) -> Result<HWND>
where P1: Param<PCWSTR>,