检查变量是否为 DllStruct 结构类型.
IsDllStruct ( 变量 )
Local $struct = DllStructCreate("char[256]") Local $x = IsDllStruct($struct)