API 文件集 > Assembly > Object ProRule > Function ProRuleInitSize
Function ProRuleInitSize
Description
Initializes the ProRule data structure according to the specified data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRule.h>
ProRuleInitSize
(
ProRuleSize* size_data
/* (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
這是否有幫助?