Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dio_win.cc45 LPSTR lpMsgBuf; in GetWindowsErrSz() local
50 reinterpret_cast<LPSTR>(&lpMsgBuf), 0, NULL); in GetWindowsErrSz()
52 std::string Err = lpMsgBuf; in GetWindowsErrSz()
53 LocalFree(lpMsgBuf); in GetWindowsErrSz()