VB调用windowsAPI

1.读取文件数据

Private DeclareFunction ReadFile Lib "kernel32 " (ByVal hFile As Long, lpBuffer AsAny, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, ByVallpOverlapped As Any) As Long

2.取得系统时间

Private Declare SubGetSystemTime Lib "kernel32" (lpSystemTime As SYSTEMTIME)

3.取得特殊文件夹路径

Private DeclareFunction SHGetSpecialFolderLocation Lib "Shell32" (ByVal hwndOwner AsLong, ByVal nFolder As Integer, ppidl As Long) As Long

4.Private DeclareFunction SHGetPathFromIDList Lib "Shell32" Alias"SHGetPathFromIDListA" (ByVal pIdl As Long, ByVal szPath As String)As Long

5.取得windows目录

Private DeclareFunction GetWindowsDirectory Lib "kernel32" Alias"GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize AsLong) As Long

6.取得系统目录

Private DeclareFunction GetSystemDirectory Lib "kernel32" Alias"GetSystemDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long)As Long

7.取得临时文件夹的路径

Private DeclareFunction GetTempPath Lib "kernel32" Alias "GetTempPathA"(ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long

8.打开文件

Private DeclareFunction OpenFile Lib "kernel32" (ByVal lpFileName As String,lpReOpenBuff As OFSTRUCT, ByVal wStyle As Long) As Long

9.取得文件大小

Private DeclareFunction GetFileSizeEx Lib "kernel32" (ByVal hFile As Long,lpFileSize As Currency) As Boolean

10.关闭句柄

Private DeclareFunction CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long

11.取得用户名

Private DeclareFunction GetUserName Lib "advapi32.dll" Alias"GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long

12.取得时间返回long型

Private DeclareFunction timeGetTime Lib "winmm.dll" () As Long

13.取得驱动器类型

Private DeclareFunction GetDriveType Lib "kernel32" Alias "GetDriveTypeA"(ByVal nDrive As String) As Long

14.取得系统图标时使用

Private DeclareFunction ImageList_Draw Lib "comctl32.dll" (ByVal himl&, ByVali&, ByVal hDCDest&, ByVal x&, ByVal y&, ByVal flags&) AsLong

15.显示滚动条

Private DeclareFunction ShowScrollBar Lib "user32" (ByVal hwnd As Long, ByVal wBarAs Long, ByVal bShow As Long) As Long

16.设置读取文件数据的Index

Private DeclareFunction SetFilePointer Lib "kernel32 " (ByVal hFile As Long, ByVallDistanceToMove As Long, lpDistanceToMoveHigh As Long, ByVal dwMoveMethod AsLong) As Long

17.取得磁盘剩余空间

Private DeclareFunction GetDiskFreeSpace Lib "kernel32" Alias"GetDiskFreeSpaceA" (ByVal lpRootPathName As String,lpSectorsPerCluster As Long, lpBytesPerSector As Long, lpNumberOfFreeClustersAs Long, lpTtoalNumberOfClusters As Long) As Long

 


 


  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值