Skip to main content

CreateStatusWindowW

Function CreateStatusWindowW 

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