Problem Reading Function Parameter List Dialog Box
- Updated2025-07-21
- 1 minute(s) read
Problem Reading Function Parameter List Dialog Box
The C/C++ Module tab or the Edit C/C++ Call dialog box launches the Problem Reading Function Parameter List dialog box when you select a function in a DLL for which the type library does not contain enough information to determine whether a function parameter is a pointer to a single item or an array of items.
The Problem Reading Function Parameter List dialog box contains the following options:
- DLL File —The DLL file path.
- Function Name —The selected function name.
- Parameter Name —The parameter for which the type library does not contain enough information.
- Array Element Type —The data type of the parameter.
- Parameter Number —The position of the parameter.
- Pointer to Single Item —Specifies whether the parameter is a pointer to a single item.
- Array —Specifies whether the parameter is an array. The list control displays additional information required to specify the dimensions of the array or the size of the specific dimension.