MgErr SetCINArraySize (Uhandle dataH, int32 paramNum, int32 newNumElmts)
Resizes a data handle based on the data structure of an argument that you pass to the CIN. This function does not set the array dimension field.
| Name | Type | Description |
|---|---|---|
| dataH | UHandle | Handle you want to resize. |
| paramNum | int32 | Number for this parameter in the argument list to the CIN. |
| newNumElmts | int32 | New number of elements to which the handle refers. |
MgErr, which can contain the following errors. If you receive errors from CIN functions, most error names correspond to LabVIEW error codes.
| Value | Corresponding Error Code or Description |
|---|---|
| noErr | No error. |
| mZoneErr | Handle or pointer not in specified zone. |
| mFullErr | 2 |