windows::Win32::Graphics::Gdi

Function GetGlyphIndicesW

pub unsafe fn GetGlyphIndicesW<P1>(
    hdc: HDC,
    lpstr: P1,
    c: i32,
    pgi: *mut u16,
    fl: u32,
) -> u32
where P1: Param<PCWSTR>,