网页
图片
视频
学术
词典
地图
更多
航班
笔记本
create file
美
英
un.
建立文件
网络
创建文件;函数返回的串口句柄;文件-创建
英汉
网络释义
un.
1.
建立文件
1.
创建文件
我们的爱情像太阳 - 歪酷博客 Ycool Blog ... FindFile 看看文件是否存在
CreateFile
创建文件
REPLACE 如果原来有,就替代它 ...
xufan.ycool.com
|
基于31个网页
2.
建立文件
电脑中所有重要的英语单词即及句子和解释 ... ... copyright protection: 版权
createfile
:
建立文件
CreateDirectory: 创建目录 ...
wenwen.soso.com
|
基于11个网页
3.
函数返回的串口句柄
WinCE串口... ... StopBits: 指定停止位的位数 hFile:
CreateFile
函数返回的串口句柄
。 nNumberOfBytesToRead: 想要读取 …
blog.csdn.net
|
基于9个网页
4.
文件-创建
我的博客 - vtf - 网易博客 ... CloseFile 文件-关闭
CreateFile
文件-创建
CreateMailSlot 创建邮件位 ...
vtf.blog.163.com
|
基于6个网页
5.
新建文件
可动态扩展多分支选... ... {&SaveFile," 保存文件"}, // 取 {&
CreateFile
,"
新建文件
"}, // 取 {&OpenFile," 打开文件"}, // 取 ...
blog.sina.com.cn
|
基于4个网页
6.
创建文件函数
Windows... ... 8.1.1 关闭句柄函数 CloseHandle 218 8.1.2
创建文件函数
CreateFile
218 8.1.3 读文件函数 ReadFile 220 ...
www.cnbook.net
|
基于2个网页
7.
创建设备
开启mirror driver和
创建设备
(
Createfile
)不太一样, 通过ChangeDisplaySettingsEx,然后CreateDC就切换到mirror driver了 没 …
group.gimoo.net
|
基于2个网页
更多释义
收起释义
例句
释义:
全部
全部
,
建立文件
建立文件
,
创建文件
创建文件
,
函数返回的串口句柄
函数返回的串口句柄
,
文件-创建
文件-创建
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
CreateFile
is
called
with
the
service
's
name
and
returns
a
handle
to
the
service
that
the
other
APIs
access
.
CreateFile
通过
服务
的
名称
调用
,
并且
返回
指向
其他
API
访问
的
服务
的
句
柄
。
msdn2.microsoft.com
2.
Unlike
in Windows XP
,
there is no
need
for
a
service
to
explicitly
register
itself
as
callable
by
CreateFile
by
using
any
APIs
.
与
WindowsXP
中
不同
,
服务
无需
通过
使用
任何
API
将
其
自身
显式
注册
为
可
由
CreateFile
调用
。
msdn2.microsoft.com
3.
The
CreateFile
method
first
calls
System
.
Console
.
WriteLine
.
As
a
static
method
.
CreateFile
方法
首先
将
System.Console.WriteLine
作为
静态
方法
调用
。
msdn2.microsoft.com
4.
Returning
FALSE
causes
the
calling
application
's
call
to
CreateFile
to
fail
.
返回
FALSE
将
导致
调用
应用程序
对
CreateFile
的
调用
失败
。
msdn2.microsoft.com
5.
This
is not the same
handle
you
'd
get
when
calling
CreateFile
(
"
FIN0
:
"
)
.
该
句
柄
与
您
在
调用
CreateFile
(
“
FIN0
:
”
)
时
获得
的
句
柄
不同
。
msdn2.microsoft.com
6.
So
,
when
the
PSDK
documentation
mentions
a
function
,
for
example
CreateFile
,
a
developer
should
be
aware
that
CreateFile
is
a
macro
.
所以
,
如果
PSDK
的
文档
提到
一个
函数
,
如
CreateFile
,
开发人员
应该
意识到
它
仅仅
是
一个
宏
。
www.cnblogs.com