Function windows::Win32::Devices::WebServicesOnDevices::WSDCreateDeviceHost2
pub unsafe fn WSDCreateDeviceHost2<P0, P1>(
pszlocalid: P0,
pcontext: P1,
pconfigparams: Option<&[WSD_CONFIG_PARAM]>,
) -> Result<IWSDDeviceHost>where
P0: Param<PCWSTR>,
P1: Param<IWSDXMLContext>,