解绑窗口 - UnBindWindow
函数简介
解绑窗口,取消之前通过 BindWindow 或 BindWindowEx 绑定的窗口。
接口名称
UnBindWindow
DLL调用
int UnBindWindow(long ola);
参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| ola | 长整数型 | OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。 |
示例
int ret = UnBindWindow(instance);
printf("UnBindWindow ret=%d\n", ret);
返回值
1 成功,0 失败。
