windows::Win32::System::Com

Function CoRegisterChannelHook

pub unsafe fn CoRegisterChannelHook<P1>(
    extensionuuid: *const GUID,
    pchannelhook: P1,
) -> Result<()>
where P1: Param<IChannelHook>,