Searched refs:ghMouseDevice (Results 1 – 1 of 1) sorted by relevance
22 static HANDLE ghMouseDevice; variable172 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()