阅读:1041回复:2
CreateFile的问题?哪位能帮我讲一下 CreateFile()的第一个参数的详细用法. 谢谢 |
|
沙发#
发布于:2002-10-09 20:39
msdn上不详细吗 :D
|
|
|
板凳#
发布于:2002-10-09 21:10
lpFileName
[in] Pointer to a null-terminated string that specifies the name of the object to create or open. Windows NT/2000: In the ANSI version of this function, the name is limited to MAX_PATH characters. To extend this limit to nearly 32,000 wide characters, call the Unicode version of the function and prepend \"\\\\?\\\" to the path. For more information, see File Name Conventions. Windows 95/98: This string must not exceed MAX_PATH characters. 呵呵from MSDN |
|