Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dinput.c22 static HANDLE ghMouseDevice; variable
172 NT_ASSERT(ghMouseDevice == NULL); in RawInputThreadMain()
178 if (!ghMouseDevice) in RawInputThreadMain()
181 Status = OpenInputDevice(&ghMouseDevice, &pMouDevice, L"\\Device\\PointerClass0" ); in RawInputThreadMain()
217 if (ghMouseDevice) in RawInputThreadMain()
222 MouStatus = ZwReadFile(ghMouseDevice, in RawInputThreadMain()
333 if (ghMouseDevice) in RawInputThreadMain()
335 (void)ZwCancelIoFile(ghMouseDevice, &MouIosb); in RawInputThreadMain()
336 ObCloseHandle(ghMouseDevice, KernelMode); in RawInputThreadMain()
338 ghMouseDevice = NULL; in RawInputThreadMain()