CBWPARAM function

Purpose

Return the wParam& message in a Callback Function.

CBWPARAM has been superceded by the CB Callback functions, although CBWPARAM remains supported for a limited period.  Existing code should be converted to the new syntax as soon as possible.

Syntax

wParam& = CBWPARAM

Remarks

When Windows sends a message to your Callback Function, the value of the wParam& parameter will depend on the wMsg& command sent. See Dynamic Dialog Tools for more information on callbacks and messages.

Restrictions 

This function is only valid inside a Callback Function.

See also

Dynamic Dialog Tools, CB Callback functions