Function windows::Win32::System::AddressBook::HrQueryAllRows
pub unsafe fn HrQueryAllRows<P0>(
lptable: P0,
lpproptags: *mut SPropTagArray,
lprestriction: *mut SRestriction,
lpsortorderset: *mut SSortOrderSet,
crowsmax: i32,
lpprows: *mut *mut SRowSet,
) -> Result<()>where
P0: Param<IMAPITable>,