PM_User

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.

Const.PM_User

The Const.PM_User message is available to applications to use for any purpose they see fit. The framework never sends or processes the Const.PM_User message.

Parameters

Name Description
wParamUser defined
lParamUser defined

Returns

Application defined.

Comments

The idea with the Const.PM_User message is that applications shall not need to declare a new message every time they wish to send a message to some object. If it's just one message that needs to be sent, Const.PM_User may be used. Applications can use the parameters and return value in any way they see fit.