Function windows::Win32::Graphics::Gdi::GetTabbedTextExtentA
pub unsafe fn GetTabbedTextExtentA<P0>(
hdc: P0,
lpstring: &[u8],
lpntabstoppositions: Option<&[i32]>,
) -> u32where
P0: Param<HDC>,