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:
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> | ||||||||
ProError | ProValueFree | ( | ||||||
ProValue value | ||||||||
/* (In) | ||||||||
The handle to a ProValue(allocated by ProValueAlloc()) | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProValueAlloc |