标题:这几个API在VB中如何使用?
只看楼主
ytmGring
Rank: 1
等 级:新手上路
帖 子:48
专家分:0
注 册:2007-5-27
 问题点数:0 回复次数:0 
这几个API在VB中如何使用?
Declare Function FindClose Lib "kernel32" Alias "FindClose" (ByVal hFindFile As Long) As Long

Declare Function FindFirstFile Lib "kernel32" Alias "FindFirstFileA" (ByVal lpFileName As String, lpFindFileData As WIN32_FIND_DATA) As Long

Declare Function FindNextFile Lib "kernel32" Alias "FindNextFileA" (ByVal hFindFile As Long, lpFindFileData As WIN32_FIND_DATA) As Long

我想用这几个API实查找查硬盘上所有文件
但不知道在VB中如何使用~
搜索更多相关主题的帖子: API 
2007-10-23 09:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-179957-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.286330 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved