WdfWaitLockAcquire(devContext->Lock, NULL);
WDF_TIMER_CONFIG_INIT(&timerConfig, DebounceTimerCallback); timerConfig.AutomaticSerialization = TRUE;
[DllImport("kernel32.dll", SetLastError = true)] static extern IntPtr CreateFile( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile);