Skip to main content

WinHelpW

Function WinHelpW 

Source
pub unsafe fn WinHelpW<P1>(
    hwndmain: Option<HWND>,
    lpszhelp: P1,
    ucommand: u32,
    dwdata: usize,
) -> Result<(), Error>
where P1: Param<PCWSTR>,