Concept Framework 2.0 documentation Contents | Index

win32.base.messages.SendAPMessage

Name Version Deprecated
SendAPMessage version 1.0 no

Prototype:
number SendAPMessage(number nToAPID, number nMSG_ID, string szData)

Parameters:
nToAPID      [in] the APID of the target application that will have to call GetAPMessage.
nMSG_ID      [in] the number part of a message
szData      [in] the string part of the message

Description:
Sends a message to another instantiated application. Message IDs in the range -1 .. -0x200 are RESERVED for the debugger, and should NEVER BE USED.

Returns:
Returns the size in bytes of the message. If 0, then an error was encountered.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:21 2011 GMT(c)2011 RadGs Software