
ProWstringArraySizeSet | |
( ProWstring** p_array /* (In) The address of the array whose size should be changed */ int size /* (In) The new size for the array */ ) |

The size of the array is less than 0. | |
The *p_array is NULL. | |
The function successfully changed the size of the array. |

