Home
last modified time | relevance | path

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

/AOO42X/main/migrationanalysis/src/wizard/
H A DUtilities.bas132 Private Const SYNCHRONIZE As Long = &H100000 constant
137 (Not SYNCHRONIZE))
/AOO42X/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx51 HANDLE hProcess = OpenProcess( SYNCHRONIZE, FALSE, dwProcessId ); in EnumWindowsProc()
/AOO42X/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp139 hProcess = OpenProcess(SYNCHRONIZE | PROCESS_ALL_ACCESS, TRUE, pid); in KillAppFromWindow()
/AOO42X/main/sal/osl/w32/
H A Ddllentry.c310 HANDLE hParentProcess = OpenProcess( SYNCHRONIZE, FALSE, dwParentProcessId );
H A Dprocess.cxx69 STANDARD_RIGHTS_REQUIRED | PROCESS_QUERY_INFORMATION | SYNCHRONIZE, FALSE, (DWORD)Ident); in osl_getProcess()
/AOO42X/main/sal/systools/win32/kill/
H A Dkill.cxx432 hProcess = OpenProcess( PROCESS_TERMINATE | PROCESS_CREATE_THREAD | SYNCHRONIZE | in _tmain()
/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx385 #ifdef SYNCHRONIZE in initialize()