获取鼠标图标 - GetCursorImage
函数简介
获取鼠标图标.
接口名称
GetCursorImage
DLL调用
long GetCursorImage(long ola)
参数定义:
ola
(长整型数): OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。
示例:
待补充...
COM调用
long GetCursorImage()
参数定义:
示例:
ret = ola.GetCursorImage()
返回值
长整型数:
OLAImage对象的地址
注意:图片使用完后需要调用 FreeImagePtr 接口进行释放