Home
last modified time | relevance | path

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

/third_party/lame/ACM/
DACM.cpp345 DWORD dwRes = 0L; in DriverProcedure() local
353 dwRes = DRVCNF_OK; // Can also return in DriverProcedure()
360 dwRes = 1L; // return value ignored in DriverProcedure()
367 dwRes = 1L; // Zero indicates configuration in DriverProcedure()
377 dwRes = DRVCNF_OK; // Can also return in DriverProcedure()
381 dwRes = DRVCNF_CANCEL; in DriverProcedure()
392 dwRes = About( (HWND) lParam1 ); in DriverProcedure()
400 dwRes = OnDriverDetails(hdrvr, (LPACMDRIVERDETAILS) lParam1); in DriverProcedure()
407 dwRes = OnFormatTagDetails((LPACMFORMATTAGDETAILS) lParam1, lParam2); in DriverProcedure()
414 dwRes = OnFormatDetails((LPACMFORMATDETAILS) lParam1, lParam2); in DriverProcedure()
[all …]
/third_party/glfw/deps/
Dtinycthread.c441 DWORD dwRes; in thrd_join() local
442 GetExitCodeThread(thr, &dwRes); in thrd_join()
443 *res = dwRes; in thrd_join()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp702 DWORD dwRes = this->LoadModule(hProcess, tt, tt2, (DWORD64)mi.lpBaseOfDll, mi.SizeOfImage); in GetModuleListPSAPI() local
703 if (dwRes != ERROR_SUCCESS) in GetModuleListPSAPI()
704 this->m_parent->OnDbgHelpErr("LoadModule", dwRes, 0); in GetModuleListPSAPI()