windows::Win32::UI::Shell

Function ExtractIconA

pub unsafe fn ExtractIconA<P1>(
    hinst: Option<HINSTANCE>,
    pszexefilename: P1,
    niconindex: u32,
) -> HICON
where P1: Param<PCSTR>,