WlanSetProfile

Function WlanSetProfile 

Source
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