Home | History | Annotate | Download | only in embedder

Lines Matching refs:handle

27     bool success = (close(handle) == 0);
29 handle = -1;
40 // This handle may have been duplicated to a new target process but not yet
44 // Normally the target process closes a duplicated handle when that
45 // process is finished using the handle. To close a duplicated handle
50 // call that created the handle.
51 // * Set hSourceHandle to the duplicated handle to close.
60 DuplicateHandle(owning_process, handle, NULL, &handle, 0, FALSE,
65 bool success = !!CloseHandle(handle);
67 handle = INVALID_HANDLE_VALUE;