WIN32API 函数及常量文件

时间:2016-06-29 04:54:56
【文件属性】:
文件名称:WIN32API 函数及常量文件
文件大小:652KB
文件格式:TXT
更新时间:2016-06-29 04:54:56
header文件 WINAPI API 常量 头文件 例如: ' Predefined Resource Types Const RT_CURSOR = 1& Const RT_BITMAP = 2& Const RT_ICON = 3& Const RT_MENU = 4& Const RT_DIALOG = 5& Const RT_STRING = 6& Const RT_FONTDIR = 7& Const RT_FONT = 8& Const RT_ACCELERATOR = 9& Const RT_RCDATA = 10& Declare Function InitAtomTable Lib "kernel32" Alias "InitAtomTable" (ByVal nSize As Long) As Long Declare Function GlobalAddAtom Lib "kernel32" Alias "GlobalAddAtomA" (ByVal lpString As String) As Integer Declare Function GlobalDeleteAtom Lib "kernel32" Alias "GlobalDeleteAtom" (ByVal nAtom As Integer) As Integer Declare Function GlobalFindAtom Lib "kernel32" Alias "GlobalFindAtomA" (ByVal lpString As String) As Integer Declare Function GlobalGetAtomName Lib "kernel32" Alias "GlobalGetAtomNameA" (ByVal nAtom As Integer, ByVal lpBuffer As String, ByVal nSize As Long) As Long

网友评论

  • 下载下来了,自己不太会用,不过东西是真的
  • 正好需要 还不错
  • 咋说呢,这个是VB6一个工具里面提取出来的。但是的确是Win32开发必备的东西