Searched refs:section_handle (Results 1 – 1 of 1) sorted by relevance
148 HANDLE section_handle; member748 physmem->section_handle = INVALID_HANDLE_VALUE; in init_physmem_ntdll()749 …status = physmem->NtOpenSection(&physmem->section_handle, SECTION_MAP_READ | (w ? SECTION_MAP_WRIT… in init_physmem_ntdll()753 if (status < 0 || physmem->section_handle == INVALID_HANDLE_VALUE) in init_physmem_ntdll()755 physmem->section_handle = INVALID_HANDLE_VALUE; in init_physmem_ntdll()815 physmem->section_handle = INVALID_HANDLE_VALUE; in physmem_open()842 if (physmem->section_handle != INVALID_HANDLE_VALUE) in physmem_close()843 CloseHandle(physmem->section_handle); in physmem_close()864 if (physmem->section_handle != INVALID_HANDLE_VALUE) in physmem_map()877 …status = physmem->NtMapViewOfSection(physmem->section_handle, GetCurrentProcess(), &ptr, 0, 0, &se… in physmem_map()[all …]