Function windows::Win32::Graphics::Gdi::GetCharacterPlacementA
pub unsafe fn GetCharacterPlacementA<P0>(
hdc: P0,
lpstring: &[u8],
nmexextent: i32,
lpresults: *mut GCP_RESULTSA,
dwflags: GET_CHARACTER_PLACEMENT_FLAGS,
) -> u32where
P0: Param<HDC>,