Function CDM_MACRO_RunSystemComponent
|
|
Definition: | #include <CDM.h> |
---|
|
Prototype: | int CDM_MACRO_RunSystemComponent(const CDM_MACRO_SYSTEM system, const CDM_MACRO_SYSTEM_COLLECTION token, const char *Annotator, const int force);
|
---|
Arguments: | system: A token representing an opened System. (const CDM_MACRO_SYSTEM) token: A token representing an opened Document/Document in a System. (const const CDM_MACRO_SYSTEM_COLLECTION) Annotator: The name of the Annotator (component) to apply. (const char *) force: A boolean flag, specifying whether the Annotator will be applied anyway (true), or whether its applicability should be first examined (false). (const int)
|
---|
|
|
Prototype: | int CDM_MACRO_RunSystemComponent(const CDM_MACRO_SYSTEM system, CDM_Collection col, CDM_Document doc, const char *Annotator, const int force);
|
---|
Arguments: | system: A token representing an opened System. (const CDM_MACRO_SYSTEM) col: A Collection object (CDM_Collection) doc: A Document object. (CDM_Document) Annotator: The name of the Annotator (component) to apply. (const char *) force: A boolean flag, specifying whether the Annotator will be applied anyway (true), or whether its applicability should be first examined (false). (const int)
|
---|
|
|