Home
last modified time | relevance | path

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

/sdk/find_lock/
Dfind_lock.cpp577 HANDLE remoteProcessH = NULL; in findLock() local
645 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 …]