Function gdi32::GetTextExtentExPointW
[−]
[src]
pub unsafe extern "system" fn GetTextExtentExPointW(
hdc: HDC,
lpszString: LPCWSTR,
cchString: c_int,
nMaxExtent: c_int,
lpnFit: LPINT,
lpnDx: LPINT,
lpSize: LPSIZE
) -> BOOL