Checks if a variable is a DllStruct type.
IsDllStruct ( variable )
variable | The variable/expression to check. |
Success: | 1. |
Failure: | 0 if expression is not DllStruct type as return by DllStructCreate. |
See language datatypes for a detailed description.