Function comctl32::DrawShadowText
[−]
[src]
pub unsafe extern "system" fn DrawShadowText(
hdc: HDC,
pszText: LPCWSTR,
cch: UINT,
prc: *mut RECT,
dwFlags: DWORD,
crText: COLORREF,
crShadow: COLORREF,
ixOffset: c_int,
iyOffset: c_int
) -> c_int