Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/videoprt/
H A Dresource.c238 HANDLE hMemObj; in IntVideoPortMapPhysicalMemory() local
250 Status = ZwOpenSection(&hMemObj, SECTION_ALL_ACCESS, &ObjAttribs); in IntVideoPortMapPhysicalMemory()
259 Status = ZwMapViewOfSection(hMemObj, in IntVideoPortMapPhysicalMemory()
269 ZwClose(hMemObj); in IntVideoPortMapPhysicalMemory()