Function windows::Win32::Graphics::Gdi::GetGlyphIndicesA
pub unsafe fn GetGlyphIndicesA<P0, P1>(
hdc: P0,
lpstr: P1,
c: i32,
pgi: *mut u16,
fl: u32,
) -> u32where
P0: Param<HDC>,
P1: Param<PCSTR>,