Function ProValueFree
DEPRECATED:
Since Wildfire 2.0
SUPERSEDED BY:
Depends on the context, consult the user documentation.
Description
Note: From release Wildfire 2.0 this function is superseded by the functions:
PTC recommends using the new functions in place of this function in all new or updated user applications.
Frees memory allocated by ProValueAlloc(). This function should not be used to free the value of a PRO_E_SKETCHER element.
Synopsis
#include <ProValue.h>
ProValueFree
(
ProValue value
/* (In)
The handle to a ProValue(allocated by ProValueAlloc())
*/
)
Returns
The function successfully freed the memory.
The argument is invalid.
See Also
Sample Code References
User Guide References
도움이 되셨나요?