网页
图片
视频
学术
词典
地图
更多
航班
笔记本
Win32API
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
With
the
advent
of
the
Microsoft
Win32 API
,
interprocess
subclassing
was
discouraged
and
made a
bit
harder
to code
.
随着
微软
Win32API
的
到来
,
进程间
子类
化
不再
被
鼓励
使用
并
愈发
变得
困难
起来
。
www.cnblogs.com
2.
Platform
invoke
enables you
to
control
a
significant
portion
of
the
operating system
by
calling
functions
in the Win32 API
and
other
DLLs
.
利用
平台
调用
,
可以
通过
调用
Win32API
和
其他
DLL
中
的
函数
来
控制
操作系统
中
相当大
的
一部分
。
msdn2.microsoft.com
3.
Both
the
Microsoft
.
NET
Framework
API
and
the Win32
API
enable
you
to
detect
changes
in
screen
orientation
.
Microsoft.NET
框架
API
和
Win32API
都
允许
您
检测
屏幕
方向
的
变化
。
msdn2.microsoft.com
4.
WINERROR
.
H in the
INCLUDE
directory
of
your
default
system
installation
contains
the
error
code
definitions
for the Win32 API
functions
.
默认
系统
安装
的
INCLUDE
目录
中
的
WINERROR.H
包含
Win32API
函数
的
错误
代码
定义
。
msdn2.microsoft.com
5.
A
Windows
program
is
one that
provides
a
user
interface
from
either
the
.
NET Framework
class
library
or
with
the Win32 APIs
.
Windows
程序
是
一种
由
.
NETFramework
类
库
或
使用
Win32API
提供
用户
界面
的
程序
。
msdn2.microsoft.com
6.
A
Windows-based
program
is
one that
provides
a
user
interface
from
either
the
.
NET Framework
library
or
with
the Win32 APIs
.
基于
Windows
的
程序
是
一种
由
.
NETFramework
库
或
使用
Win32API
提供
一个
用户
界面
的
程序
。
msdn2.microsoft.com
7.
This
was
originally
written
to
allow
access
to the Win32 API
from
PHP
, although you can also access
other
functions
exported
via
other
DLLs
.
它
最初
是
用来
允许
从
PHP
中
访问
Win32API
,
不过
也
可以
访问
通过
其它
DLL
导出
的
其它
函数
。
ru.php.net
8.
In
this
case
the
code
's
actions
to
the
window
or
operating system
cannot
be
determined
when
you are
working
with Win32 API
calls
or
values
.
在
这种
情况下
,
当
使用
Win32API
调用
或
值
时
,
将
无法
确定
代码
将
对
窗口
或
操作系统
执行
的
操作
。
msdn2.microsoft.com
9.
While
Win32 APIs
can
be
called
from
.
NET
languages
,
doing
so
can
be
quite
difficult
.
尽管
我们
可以
使用
.
NET
语言
来
调用
Win32API
,
但
那样
做
会
很
困难
。
www.infoq.com
10.
When
retrieving
a list
of
files
the
Win32 API
also
returns
basic
information
like
size
and
last
modified
date
.
在
获取
文件
列表
的
时候
,
Win32API
也同时
会
返回
诸如
大小
和
最后
编辑
日期
这样
的
基本
信息
。
www.infoq.com
1
2