windows::Win32::NetworkManagement::WindowsConnectionManager

Function WcmSetProperty

pub unsafe fn WcmSetProperty<P1>(
    pinterface: Option<*const GUID>,
    strprofilename: P1,
    property: WCM_PROPERTY,
    preserved: Option<*const c_void>,
    pbdata: Option<&[u8]>,
) -> u32
where P1: Param<PCWSTR>,