API 文档 > Assembly > Object ProRule > Function ProRuleInitExpr
Function ProRuleInitExpr
Description
Initializes the ProRule data structure for the specified expression.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRule.h>
ProRuleInitExpr
(
/* (In)
The expression
*/
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
这对您有帮助吗?