Function windows_sys::Win32::UI::Controls::DrawThemeEdge
pub unsafe extern "system" fn DrawThemeEdge(
htheme: HTHEME,
hdc: HDC,
ipartid: i32,
istateid: i32,
pdestrect: *const RECT,
uedge: DRAWEDGE_FLAGS,
uflags: DRAW_EDGE_FLAGS,
pcontentrect: *mut RECT
) -> HRESULT
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"