pub unsafe extern "system" fn EvaluateProximityToPolygon(
    numvertices: u32,
    controlpolygon: *const POINT,
    phittestinginput: *const TOUCH_HIT_TESTING_INPUT,
    pproximityeval: *mut TOUCH_HIT_TESTING_PROXIMITY_EVALUATION
) -> BOOL
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation"