Description | |||||||||||
Deletes the specified item from the ProSimprepdata structure.
NOTE: If an item is deleted from ProSimprepdata, its last status in the simplified representation will remain unchanged after calling ProSimprepdataSet. This should not be confused with deleting the item from the simplified representation, which can be achieved by setting the item action to PRO_SIMPREP_NONE. |
|||||||||||
Replacement in Object TOOLKIT: | wfcWSimpRep::DeleteSimpRepInstructionItem | ||||||||||
Synopsis | |||||||||||
#include <ProSimprepdata.h> | |||||||||||
ProError | ProSimprepdataitemDelete | ( | |||||||||
ProSimprepdata* p_data | |||||||||||
/* (In) | |||||||||||
The pointer to the ProSimprepdata structure | |||||||||||
*/ | |||||||||||
ProSimprepitem* p_item | |||||||||||
/* (In) | |||||||||||
The item to delete | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|