PostMessageToChildren

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber PostStrMessageToChildren(SalNumber nChildTypes,
SalNumber nMessage,
SalNumber nwParam,
SalString slParam)

The PostMessageToChildren posts a message to all logical children of the specified type(s).

Parameters

Name Description
SalNumber nChildTypes Types of logical children that shall receive the message. Specify one or more of the Const.CHILDTYPE_* constants.
SalNumber nMessage Number of the message to send. This is typically a Const.SAM_*, Const.PM_*, or Const.PAM_* message constant.
SalNumber nwParam The value that will be available to the receiver in the wParam system variable.
SalNumber nlParam The value that will be available to the receiver in the lParam system variable.

Returns

This method does not return a value.