Function ProValueAlloc
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.
Allocates the memory for the ProValue.
Synopsis
#include <ProValue.h>
ProValueAlloc
(
ProValue* p_value
/* (Out)
The address of the ProValue object
*/
)
Returns
The function successfully allocated a ProValue object.
Sample Code References
User Guide References
도움이 되셨나요?