|
OUI_Register_Extension()
See also: Hook Point Interface (old) |
|
| <MvFUNCTION NAME = "OUI_Register_Extension" PARAMETERS = "modcode,smod_id,extflags" STANDARDOUTPUTLEVEL = "">
|
| · | l.modcode set to the Module_Code for this module
|
| · | l.smod_id set to the Sub-Module ID # that you wish to register hook-points for
|
| · | l.extflags set to the Extension ID # string that you wish to register
|
| · | minus ('-') skip this HookPoint (do not register)
|
| · | star ('*') register this HookPoint normally
|
| · | zero ('0') register this HookPoint as an "early" HookPoint. For a specific HookPoint, all "early" registered modules will be called first, before the normal registered modules.
|
| · | nine ('9') register this HookPoint as a "late" HookPoint. For a specific HookPoint, all "late" registered modules will be called last, after the normal registered modules.
|