导航菜单

createfile是什么意思_翻译中文_怎么读

create file

美式发音: 英式发音: 

un.建立文件

网络释义:创建文件;函数返回的串口句柄;文件-创建

网络释义

un.1.建立文件

1.创建文件 FindFile 看看文件是否存在 CreateFile 创建文件 REPLACE 如果原来有,就替代它 ...

2.建立文件 ... copyright protection: 版权 createfile建立文件 CreateDirectory: 创建目录 ...

3.函数返回的串口句柄 ... StopBits: 指定停止位的位数 hFile:CreateFile 函数返回的串口句柄。 nNumberOfBytesToRead: 想要读取 …

4.文件-创建 CloseFile 文件-关闭 CreateFile 文件-创建 CreateMailSlot 创建邮件位 ...

5.新建文件 ... {&SaveFile," 保存文件"}, // 取 {&CreateFile," 新建文件"}, // 取 {&OpenFile," 打开文件"}, // 取 ...

6.创建文件函数 ... 8.1.1 关闭句柄函数 CloseHandle 218 8.1.2 创建文件函数 CreateFile 218 8.1.3 读文件函数 ReadFile 220 ...

7.创建设备开启mirror driver和 创建设备(Createfile)不太一样, 通过ChangeDisplaySettingsEx,然后CreateDC就切换到mirror driver了 没 …

例句释义:,建立文件,创建文件,函数返回的串口句柄,文件-创建

1.CreateFile is called with the service's name and returns a handle to the service that the other APIs access.CreateFile通过服务的名称调用,并且返回指向其他API访问的服务的句柄。

2.Unpke in Windows XP, there is no need for a service to exppcitly register itself as callable by CreateFile by using any APIs.与WindowsXP中不同,服务无需通过使用任何API将其自身显式注册为可由CreateFile调用。

3.The CreateFile method first calls System. Console. WriteLine. As a static method.CreateFile方法首先将System.Console.WriteLine作为静态方法调用。

4.Returning FALSE causes the calpng apppcation's call to CreateFile to fail.返回FALSE将导致调用应用程序对CreateFile的调用失败。

5.This is not the same handle you'd get when calpng CreateFile( "FIN0: " ).该句柄与您在调用CreateFile(“FIN0:”)时获得的句柄不同。

6.So, when the PSDK documentation mentions a function, for example CreateFile, a developer should be aware that CreateFile is a macro.所以,如果PSDK的文档提到一个函数,如CreateFile,开发人员应该意识到它仅仅是一个宏。