Documentação da API > Assembly > Object ProRule > Function ProRuleInitRep
Function ProRuleInitRep
Description
Initializes the ProRule data structure according to the specified data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRule.h>
ProRuleInitRep
(
ProSimprep* simp_rep
/* (In)
The data specific to the rule type being initialized
*/
ProRule* rule
/* (Out)
The ProRule data structure to be filled in
*/
)
Returns
The function successfully initialized the data structure.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?