This page is experimental and may change significantly in future releases.
Windows CreateFileA
Properties
- name
- Windows CreateFileA
- definition
- Creates or opens a file or I/O device. The most commonly used I/O devices are as follows: file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, and pipe. The function returns a handle that can be used to access the file or device for various types of I/O depending on the file or device and the flags and attributes specified.
- defined by
- https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea
Neighbors