基 础 函 数 参 考


IsDllStruct

检查变量是否为 DllStruct 结构类型.

IsDllStruct ( 变量 )

参 数

变量 要检查的变量/表达式.

返 回 值

成功: 返回 1.
失败: 返回 0, 表达式不是由 DllStructCreate 返回的 Dll 结构类型.

备 注

None.

相 关 函 数

DllStructCreate, VarGetType

函 数 示 例


Local $struct = DllStructCreate("char[256]")
Local $x = IsDllStruct($struct)

provider with jb51.net (unicode)