API 文件集 > Miscellaneous > Object ProImm > Function ProImmFromModelGet
Function ProImmFromModelGet
Description
Initialize the handle of ProImmParams using information about Imm assembled earlier into model owner_model.
Synopsis
#include <ProImm.h>
ProImmFromModelGet
(
ProMdl owner_model
/* (In)
Assembly containing Imm assembly as a subassembly;
*/
ProImmParams* immparams
/* (Out)
Pointer to the ImmParam handle.
*/
)
Returns
The handle is successfully freed;
Not enough memoryt to allocate the handle.
Imm is not found in owner_model.
Sample Code References
這是否有幫助?