phoIPCGetMessageProcessor
phoIPCGetMessageProcessor(t_toolName) =>s_msgProcessor/ nil
Description
Returns the name of the message processor associated with the specified tool.
Arguments
Value Returned
|
Name of the message processor function associated with the specified tool. |
|
Examples
msgProcessor = phoIPCGetMessageProcessor("myIPCTool")
Related Topics
phoIPCRegisterMessageProcessor
Return to top