Function ProElementFree
Description
Frees the memory for the specified element.
Synopsis
#include <ProElement.h>
ProElementFree
(
ProElement* p_elem
/* (In)
The address of the element to be freed
*/
)
Returns
The function successfully freed the element.
The argument is invalid.
See Also
Sample Code References
User Guide References
Isto foi útil?