TCHAR* _stdcall Adds(char* param, char* ip) { TCHAR* TempTP = (TCHAR*)LocalAlloc(LPTR, strlen(ip) + 1); memcpy(TempTP, ip, strlen(ip) + 1); const TCHAR* DeviceIP = TempTP; return TempTP; }