网页
图片
视频
学术
词典
地图
更多
航班
笔记本
InitInstance
网络
初始化函数;应用的初始化;函式
网络释义
1.
初始化函数
是应用程序类的
初始化函数
(
InitInstance
),还是框架类的初始化函数(PreCreateWindow,OnCreate),还是视图的初始化 …
old.uplook.cn
|
基于34个网页
2.
应用的初始化
精通MFC程序设计... ... 5.1.5 InitApplication—— 内部管理 64 5.1.6
InitInstance
——
应用的初始化
65 5.2.1 Run—— 程序挂起 7…
www.llxb.cn
|
基于5个网页
3.
函式
tw.myblog.yahoo.com
|
基于 1 个网页
例句
释义:
全部
全部
,
初始化函数
初始化函数
,
应用的初始化
应用的初始化
,
函式
函式
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
You
can
view
the
application
object
class
and
its
InitInstance
and ExitInstance
functions
in
Class
View
.
可以
在
类
视图
中
查看
应用程序
对象
类
及其
InitInstance
和
ExitInstance
函数
。
msdn2.microsoft.com
2.
A
regular
DLL
can
keep
track
of
multiple threads
by
calling
TlsAlloc
and
TlsGetValue
in
its
InitInstance
function
.
规则
DLL
可
通过
在
自己
的
InitInstance
函数
中
调用
TlsAlloc
和
TlsGetValue
来
跟踪
多线程
。
msdn2.microsoft.com
3.
For
database
support
,
add
a
call
to AfxDbInitModule to your
regular
DLL
's
CWinApp: :
InitInstance
function
.
对于
数据库
支持
,
在
规则
DLL
的
CWinApp::InitInstance
函数
中
添加
AfxDbInitModule
调用
。
msdn2.microsoft.com
4.
For
Sockets
support
,
add
a
call
to AfxNetInitModule to your
regular
DLL
's
CWinApp: :
InitInstance
.
对于
套
接
字
支持
,
在
规则
DLL
的
CWinApp::InitInstance
中
添加
AfxNetInitModule
调用
。
msdn2.microsoft.com
5.
In
addition
to
the
new
class
,
code
is
added
to
InitInstance
for
registration
.
除了
此
新
类
外
,
还
向
InitInstance
中
添加
注册
用
的
代码
。
msdn2.microsoft.com
6.
The
MFC
-
provided
DllMain
function
calls
InitInstance
when
your
DLL
is
loaded
and
it
calls
ExitInstance
before
the
DLL
is
unloaded
.
MFC
提供
的
DllMain
函数
在
DLL
被
加载
时
调用
InitInstance
,
并
在
DLL
被
卸载
之前
调用
ExitInstance
。
msdn2.microsoft.com
7.
Inside the CWinApp: :
InitInstance
definition
for your
project
,
add
the
following
three
lines
at
the
top
of
the
function
在
项目
的
CWinApp::InitInstance
定义
中
,
在
函数
开头
添加
以下
三
行
代码
blog.163.com
8.
Override
CWinApp: :
InitInstance
and
declare
an
application
object
as
重写
CWinApp::InitInstance
并且
将
应用程序
对象
声明
为
msdn2.microsoft.com
9.
Add
a
call
to the
InitInstance
member
of the CWinApp-
derived
object
in
each
regular
DLL
using
the
extension
DLL
在
使用
扩展
DLL
的
每个
规则
DLL
中
,
添加
CWinApp
派生
对象
的
InitInstance
成员
调用
msdn2.microsoft.com