Searched refs:remoteProcessH (Results 1 – 1 of 1) sorted by relevance
577 HANDLE remoteProcessH = NULL; in findLock() local645 if (remoteProcessH == NULL && remoteId == remoteProcessId) { in findLock()650 if (remoteProcessH == NULL || remoteId != remoteProcessId) { in findLock()651 if (remoteProcessH != NULL) { in findLock()652 CloseHandle(remoteProcessH); in findLock()656 remoteProcessH = OpenProcess(PROCESS_DUP_HANDLE, in findLock()659 if (remoteProcessH == NULL) { in findLock()664 if (remoteProcessH != NULL) { in findLock()666 if (DuplicateHandle(remoteProcessH, // hSourceProcessHandle in findLock()760 if (remoteProcessH != NULL) { in findLock()[all …]