Function BuildDisplayTable
pub unsafe fn BuildDisplayTable<P3>(
lpallocatebuffer: LPALLOCATEBUFFER,
lpallocatemore: LPALLOCATEMORE,
lpfreebuffer: LPFREEBUFFER,
lpmalloc: P3,
hinstance: HINSTANCE,
cpages: u32,
lppage: *mut DTPAGE,
ulflags: u32,
lpptable: *mut Option<IMAPITable>,
lpptbldata: *mut Option<ITableData>,
) -> Result<()>where
P3: Param<IMalloc>,