Function PeerPnrpStartResolve
pub unsafe fn PeerPnrpStartResolve<P0, P1>(
pcwzpeername: P0,
pcwzcloudname: P1,
cmaxendpoints: Option<u32>,
hevent: HANDLE,
phresolve: *mut *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,