获取对象类型 - DrawGuiGetDrawObjectType
函数简介
获取绘制对象的类型编号(见 DrawType)。
接口名称
DrawGuiGetDrawObjectType
DLL调用
int32_t DrawGuiGetDrawObjectType(int64_t instance, int64_t handle);
参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| instance | 长整数型 | OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。 |
| handle | 长整数型 | 对象句柄。 |
示例
int32_t t = DrawGuiGetDrawObjectType(ola, obj);
返回值
对象类型编号。
