CreateFile函数
==================================================================================
CreateFile:
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.
Syntax(语法):
HANDLE WINAPI CreateFile(
__in LPCTSTR lpFileName,
__