To Add Items
1. Get the ProSimprepdata structure, as described in the previous section.
2. Specify the action to be applied to the item with a call to the function ProSimprepActionInit().
3. Initialize a ProSimprepitem structure for the item by calling the function ProSimprepdataitemInit().
4. Add the item to the ProSimprepdata structure using the function ProSimprepdataitemAdd().
5. Reassign the ProSimprepdata structure to the corresponding ProSimprep object by calling ProSimprepdataSet().
Isto foi útil?