
Replacement in Object TOOLKIT: |

ProExtdataClassRegister | |
( ProMdl p_model /* (In) The model handle */ ProName class_name /* (In) The name of the class to register */ ProExtdataClass* r_p_extclass /* (Out) The handle to the newly registered class */ ) |

The function successfully registered the class. | |
The function failed. | |
The specified model or class name is invalid. | |
The specified class name already exists. | |
The specified class name exceeds the length PRO_NAME_SIZE. |


