niDCPower_GetCalUserDefinedInfoMaxSize
ViStatus niDCPower_GetCalUserDefinedInfoMaxSize (ViSession vi, ViInt32*infoSize);
Purpose
Returns the maximum number of characters that can be used to store user-defined information in the device onboard EEPROM.
Parameters
| Input | ||
| Name | Type | Description |
| vi | ViSession | Identifies a particular instrument session. vi is obtained from the niDCPower_init or the niDCPower_InitWithOptions function. |
| Output | ||
| Name | Type | Description |
| infoSize | ViInt32* | Returns the number of characters that can be stored in the device onboard EEPROM. |
Return Value
| Name | Type | Description |
| Status | ViStatus | Reports the status of this operation. To obtain a text description of the status code, call the niDCPower_error_message function. To obtain additional information concerning the error condition, call the niDCPower_GetError function. |