您的位置:程序门 -> vb ->



下面的api在vb中怎么写


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


下面的api在vb中怎么写
发表于:2007-05-22 09:01:43 楼主
下面的api在vb中怎么写
function     getbitmappkgdata(dbuf:pbytearray;
                                                      maxlen:integer;
                                                      destid,pid:byte;
                                                      bitmap:hdc;
                                                      bw,bh:integer;
                                                      btype:byte;
                                                      orect:trect;
                                                      entermode,staytime:byte):integer;stdcall;external   dllfilename;
发表于:2007-05-22 10:17:481楼 得分:0
pbytearray可以定义为byref   byte,然后调用的时候传递字节数组第一个过去。
integer、hdc定义为byval   long,byte定义为byval   byte。
发表于:2007-05-22 10:26:332楼 得分:0
trect呢
发表于:2007-05-22 22:23:263楼 得分:0
private   type   rect
        left   as   long
        top   as   long
        right   as   long
        bottom   as   long
end   type
发表于:2007-05-22 22:23:404楼 得分:0
private   type   rect
        left   as   long
        top   as   long
        right   as   long
        bottom   as   long
end   type


快速检索

最新资讯
热门点击