摘要:
MSDN上如此说: The WaitForInputIdle function waits until the specified process is waiting for user input with no input pending, or until the time-out interval has elapsed. DWORD WaitForInputIdle( HANDLE hProcess, // handle to process DWORD dwMilliseconds // time-out interval ); Paramete... 阅读全文