Checks whether a specified instance has string attributes with incorrect widths and forms a list of such attributes.
Parameters
Parameters
Description
pInstanceCtx
[in] A raw pointer to the instance validation context object that contains an entity instance to be validated.
invalidParams
[out] A shared pointer to an InvalidValidationParamsBase object. After method execution, this object contains an array of pointers to attributes that have incorrect widths.
Returns
True if the validation passes. This means that all string attributes have correct widths or the specified instance doesn't have string attributes.