Function windows::Win32::System::DataExchange::DdeConnect

pub unsafe fn DdeConnect<P0, P1>(
    idinst: u32,
    hszservice: P0,
    hsztopic: P1,
    pcc: Option<*const CONVCONTEXT>,
) -> HCONV
where P0: Param<HSZ>, P1: Param<HSZ>,