windows::Win32::Devices::WebServicesOnDevices

Function WSDXMLGetValueFromAny

pub unsafe fn WSDXMLGetValueFromAny<P0, P1>(
    psznamespace: P0,
    pszname: P1,
    pany: *mut WSDXML_ELEMENT,
    ppszvalue: *mut PCWSTR,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,