pub unsafe fn CompareObjectHandles<'a, P0, P1>(
    hfirstobjecthandle: P0,
    hsecondobjecthandle: P1
) -> BOOLwhere
    P0: Into<HANDLE>,
    P1: Into<HANDLE>,
Expand description

Required features: "Win32_Foundation"