[][src]Function winapi::um::wlanapi::WlanSetProfile

pub unsafe extern "system" fn WlanSetProfile(
    hClientHandle: HANDLE,
    pInterfaceGuid: *const GUID,
    dwFlags: DWORD,
    strProfileXml: LPCWSTR,
    strAllUserProfileSecurity: LPCWSTR,
    bOverwrite: BOOL,
    pReserved: PVOID,
    pdwReasonCode: *mut DWORD
) -> DWORD