let tit = "Hi"; let instance = unsafe { GetModuleHandleW(std::ptr::null()) as HINSTANCE }; unsafe { MessageBoxW(instance, msg.to_c_u16().as_ptr(), ...
確定! 回上一頁