windows::Win32::Networking::WindowsWebServices

Function WsCreateServiceProxyFromTemplate

pub unsafe fn WsCreateServiceProxyFromTemplate(
    channeltype: WS_CHANNEL_TYPE,
    properties: Option<&[WS_PROXY_PROPERTY]>,
    templatetype: WS_BINDING_TEMPLATE_TYPE,
    templatevalue: Option<*const c_void>,
    templatesize: u32,
    templatedescription: *const c_void,
    templatedescriptionsize: u32,
    serviceproxy: *mut *mut WS_SERVICE_PROXY,
    error: Option<*const WS_ERROR>,
) -> Result<()>