Function ProWstringArrayObjectRemove
Description
Removes a wide string from a specified location in the array.
Synopsis
#include <ProWstring.h>
ProWstringArrayObjectRemove
(
ProWstring** p_array
/* (In)
The address of the array.
*/
int index
/* (In)
The position at which to remove the objects from the array. The index value can range from 0 to (size of array-1). If the index is less than 0 (PRO_VALUE_UNUSED), the array shrinks by n_objects.
*/
int n_objects
/* (In)
The number of objects to remove.
*/
)
Returns
The function successfully removed the objects.
One or more of the arguments are invalid.
Sample Code References
これは役に立ちましたか?