Home
last modified time | relevance | path

Searched refs:lpMsgBuf (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp508 LPVOID lpMsgBuf; in GetLastErrorString() local
511 nullptr, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, nullptr); in GetLastErrorString()
512 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString()
513 LocalFree(lpMsgBuf); in GetLastErrorString()
/developtools/hiperf/src/
Dutilities.cpp815 LPVOID lpMsgBuf; in GetLastErrorString() local
818 NULL, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, NULL); in GetLastErrorString()
819 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString()
820 LocalFree(lpMsgBuf); in GetLastErrorString()