FlushConsoleInputBuffer PROC
(MS-Windows)
Flushes the console input buffer.
Call GetLastError to get extended error
information.
FlushConsoleInputBuffer PROTO, ; flush the input buffer nConsoleHandle:DWORD ; standard input handle Returns: (BOOL) EAX = TRUE (non-zero) if successful, FALSE (zero) if fails. |
Argument | Win Type | MASM Type | Description |
---|---|---|---|
nConsoleHandle | HANDLE | DWORD | Handle to the console input buffer. The handle must have GENERIC_WRITE access. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |