还是API?

mtoad 2003-05-04 11:45:12

本人最近学习API,发现书上的API函数,我在API text reviewer中找不到?
这是什么原因?是盗版的原因吗?
比如 SHShutDownDialog; RtlMoveMemory
...全文
19 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
rainstormmaster 2003-05-05
  • 打赏
  • 举报
回复
SHShutDownDialog函数比较特殊,在shell32.dll中没有定义函数名称,只有一个编号—60,下面是它的声明:
Private Declare Function SHShutDownDialog Lib "shell32" Alias "#60" (ByVal lType As Long) As Long
enjoyeagle 2003-05-05
  • 打赏
  • 举报
回复
本來就有些msdn沒有公開啊
If you work with API, you've probably noticed that the win32api.txt-file that comes with Microsoft's API Viewer is totally out of date. This file is based on the Windows 95 header files, and with the arrival of Windows 98, Windows 2000, Windows ME and Windows XP many new functions were created.
rainstormmaster 2003-05-04
  • 打赏
  • 举报
回复
是别名吧:
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)

1,486

社区成员

发帖
与我相关
我的任务
社区描述
VB API
社区管理员
  • API
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧