windows::Win32::System::SystemInformation

Function SetComputerNameExA

pub unsafe fn SetComputerNameExA<P1>(
    nametype: COMPUTER_NAME_FORMAT,
    lpbuffer: P1,
) -> Result<()>
where P1: Param<PCSTR>,