Specify Parameter as Array or Pointer Dialog Box
- Updated2025-07-21
- 1 minute(s) read
Specify Parameter as Array or Pointer Dialog Box
The LabWindows/CVI Module tab and the C/C++ DLL Module tab launch the Specify Parameter as Array or Pointer dialog box when you click the error indicator button for a parameter the adapter read from the prototype in the DLL, but the adapter cannot determine whether the parameter must be passed as a pointer or an array. For example, if a DLL exports a long * parameter, the adapter does not know whether to treat the parameter as a numeric value you pass by reference or an array of numeric values.
Select from one of the following options:
- Pointer —The adapter must pass the argument as a pointer to a single object.
- Array —The adapter must pass the argument as an array of multiple objects.
- Cancel —The adapter does not update the prototype.