phoIPCRegisterMessageProcessor
phoIPCRegisterMessageProcessor(
t_toolName
s_msgProcessor
)
=> t / nil
Description
Registers the message processor corresponding to the specified tool. In addition, the function ensures that the message processor function is defined and has the correct number of arguments.
Arguments
Value Returned
|
The message processor for the specified tool was registered. |
|
Examples
phoIPCRegisterMessageProcessor("phoIPCSample" 'myMsgProc)
Related Topics
Return to top