首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > PB >

外部函数声明解决方法

2012-04-15 
外部函数声明Function Boolean GetCommProperties(ulonghFile,ref COMMPROPlpCommProp ) Library Kernel3

外部函数声明
Function Boolean GetCommProperties(ulong hFile,ref COMMPROP lpCommProp ) Library "Kernel32.dll" alias for "GetCommProperties;Ansi"

为什么这个在局部函数声明中可以通过,在外部函数声明中就不能通过的,小弟是新手,望各位大侠指点!

[解决办法]

探讨
Function Boolean GetCommProperties(ulong hFile,ref COMMPROP lpCommProp ) Library "Kernel32.dll" alias for "GetCommProperties;Ansi"

为什么这个在局部函数声明中可以通过,在外部函数声明中就不能通过的,小弟是新手,望各位大侠指点!

热点排行