Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp540 LPVOID lpMsgBuf; in GetLastErrorString() local
543 nullptr, GetLastError(), 0, (LPTSTR)&lpMsgBuf, 0, nullptr); in GetLastErrorString()
544 std::string error((LPTSTR)lpMsgBuf); in GetLastErrorString()
545 LocalFree(lpMsgBuf); in GetLastErrorString()

Completed in 2 milliseconds