Win32 functions
| Function | Description |
|---|---|
| GetFileTime | retrieves the date and time that a file was created, last accessed, and last modified |
| PeekConsoleInput | reads data from the specified console input buffer without removing it from the buffer |
| ReadConsoleInput | reads data from a console input buffer and removes it from the buffer |
| SetFileApisToAnsi | causes the file I/O functions to use the ANSI character set code page |
| SetFileApisToOem | causes the file I/O functions to use the OEM character set code page |
| SetFileTime | sets the date and time that a file was created, last accessed, or last modified |
| WriteConsoleInput | writes data directly to the console input buffer |
See also: