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.cpp525 LPVOID lpMsgBuf; in GetLastErrorString() local
528 nullptr, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, nullptr); in GetLastErrorString()
529 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString()
530 LocalFree(lpMsgBuf); in GetLastErrorString()
/developtools/hiperf/src/
Dutilities.cpp783 LPVOID lpMsgBuf; in GetLastErrorString() local
786 NULL, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, NULL); in GetLastErrorString()
787 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString()
788 LocalFree(lpMsgBuf); in GetLastErrorString()